Announcements
I have the above flow:
or(contains(item()?['Group'], 'Service-FRA'), contains(item()?['Group'], 'Service-NLD'))
The problem with this method, it is breaking the entire flow, causing the first 'For each' action which comes before 'Get Attachment (V2)' to fail. If i remove 'Condition NLD' from the flow and add some action directly, the flow works fine. - Question: Is there any better way to create a condition that checks if a certain string exists either in the Output of the 'Select' or the output of the table or the file itself?
The issue is that I was trying to compare an array to a number that is why the flow was failing (without any specific error message). Instead, I should be comparing the length of the array like this:
where the expression is:
length(body('Filter_array_check'))
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
David_MA 103 Super User 2026 Season 1
Haque 87
trice602 63 Super User 2026 Season 1