
Announcements
Hi @Kartik2,
Could you please share an instance of the contents of 'Some ArrayName'?
It seems like an object so I am not sure length() function could work.
If you want to get content of "some arrayname", you could use expression + index to get them, for example:
output('Parse_Json')?[0]['Some ArrayName']output('Parse_Json')?[1]['Some ArrayName']
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.