Thank youuuuuu. You are my hero. 😀
Checkout following link:
https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Did a rename of my action and it worked.
Is there some overview/list of functions like body() and the likes I can take a look at and learn?
Parse_JSON_2 is the action name in my FLOW, in your flow you should use action name that in your flow. share a screen capture of your flow i will let you know what to use.
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Hi,
that gives me the following error:
Correct to include a valid reference to 'Parse_JSON_2' for the input parameter(s) of action 'Initialize_variable'.
After you parse your JSON using parse JSON action use following expression :
body('Parse_JSON_2')[0]['Id'] this will give you id of first item
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.