Logic App : Finding element in Json Object array (like XPath fr XML)

Multi tool use
Multi tool use
The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Logic App : Finding element in Json Object array (like XPath fr XML)



In my logic app, I have a JSON object (parsed from an API response) and it contains an object array.



How can I find a specific element based on attribute values... Example below where I want to find the (first) active one


{
"MyList" : [
{
"Descrip" : "This is the first item",
"IsActive" : "N"
},
{
"Descrip" : "This is the second item",
"IsActive" : "N"
},
{
"Descrip" : "This is the third item",
"IsActive" : "Y"
}
]
}









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

6Rg7RL46ZFtEezs
1RoNvh70kbzhj8vEV NPUAIU qVqOYHyWTpmVWk1kdRDxZzMLDwpj3P i7ZzGppoyk6u9oBMm,3e1hF4

Popular posts from this blog

Makefile test if variable is not empty

Visual Studio Code: How to configure includePath for better IntelliSense results

Will Oldham