I am looking to do a filter array in my power automate flow to remove empty list items. The problem I am running into is this: the flow is not recognizing " " as being empty:
Before Filter Array:
After Filter Array:
Expression that I am using for the filter array is this:
My question is how do I write a Filter Array expression to filter out empty OR " " items? I'm trying a number of different things and nothing is working. Any guidance would be much appreciated. Thanks!