Forum Discussion
Anshuman007
Jan 27, 2020Copper Contributor
Azure Logic App JSON Array Data Operation
We have a scenario where we are getting an JSON array response from Hubspot webhook Ex- this JSON array may have length upto 40 or 50. Now I want to check if 'subscriptionType' contains '...
Kidd_Ip
Jun 01, 2026MVP
You may use the built‑in Filter array or Contains() expression to check if any element in the array has subscriptionType equal to “company” or “contact” and then set your variables accordingly. This way, you avoid unnecessary iteration once the condition is met.