how can I access the desterilized data returned from an azure table ? #5514
Replies: 1 comment 5 replies
-
Hi @MIkey007007 Can you clarify what you mean by XML JSON format? Usually these are two different data types. Are you talking about XML serialized into JSON, or the other way around? Or something that I am not familiar with (completely possible of course)? The example you have above:
Again, I'm not sure about the format you are talking about, but you can use the foreach prebuilt function to iterate over an array or object. |
Beta Was this translation helpful? Give feedback.
-
I am using the composer to publish a bot to fetch data from an azure storage table.
<title /> 2021-01-13T17:56:26Z 123 123 2021-01-11T02:14:13.5692286Z deep learning https://en.wikipedia.org/wiki/Deep_learningThe composer uses the drag and drops visual editor to generate the code using the REST API to fetch the data from the table.
Everything works fine until when I need to access the deserialized data returned by the storage rest API. The following is a copy of the deserialized data returned by the storage rest API:
In my code generated by the composer, the bot immediately does a "set property" step immediately following the successful return of the REST API (storage table query). Given the deserialized object returned by the storage REST API, how should the "set property" statement be constructed so the bot can print our the individual data field,
Another way to phrase the question: how can I use the composer to construct the bot to iterate through a returned deserialized object (coded in XML JSON format)?
Where can I find a document that can shed some light on this matter?
Is there any place I can find a good example ? Can it be done via composer?
Thanks in advance,.
Beta Was this translation helpful? Give feedback.
All reactions