I the following array, I need to access all the elements in the array where "QOrder": "1" (there will always only be one element):
Solved! Go to Solution.
Hi @BenDonahue ,
It seems that you have used Parse JSON to parse this array, you can directly use Filter array to filter items.
Best Regards,
Hi @BenDonahue ,
It seems that you have used Parse JSON to parse this array, you can directly use Filter array to filter items.
Best Regards,
So, is the output of a Filter array a JSON object? It begins and ends with square brackets, [ ] , so I'm confused why a Parse JSON should be employed and why I am unable to access the data in the array with something like