
Hey everyone!
I need to check the length of the output of a filter array for a condition check.
Here is the flow
What should I adjust in the function, so that the output length of the second array gets checked? I get a invalid template error.
I want to check the length of a list of rows after I apply 3 column filters.
Thanks in advance
Alex
Hi , @Alex2
You can use this expression:
length(body('Filter_array'))
If this reply can help you , you can click mark this reply as solution (Accept solution) which can help more people, thanks in advance!
Best Regards,
Yueyun Zhang