
Announcements
Hi all,
I've tested creation of custom connector and got a result as JSON.
and then, I'd like to parse and re-use some data in result of JSON file but don't know how to do it.
How can I add another step in a flow to parse JSON which is resulted in earlier step.
Thanks in advance.
You simply need to grab to run the flow and from History , grab the JSON Output.
Then add a ParseJSON action and click Generate from sample
And paste the sample Json you grabbed from history and then you can use the output.
Hope this works for you!