My instinct was to try and use not equal to null. When that failed I considered checking length, but it turns out there is a much neater way:
empty(body('my_array'))
I used that expressions inside a Condition action with a is equal to true
Microsoft Azure and Power Platform Enthusiast
My instinct was to try and use not equal to null. When that failed I considered checking length, but it turns out there is a much neater way:
empty(body('my_array'))
I used that expressions inside a Condition action with a is equal to true