Re: Flow is Not Handling Greater Than/Greater Than or Equals to Correctly
@jpreziuso The List Rows Present in a Table action can only accept a single filter query. This means you can only filter on a single column. Your column names must not contain spaces.
ColumnName ne ''
I would actually recommend not using the Condition action as you have since you are looping through every single row returned. Instead, you should use the Filter Array action to filter out the items first BEFORE looping through them. This is a lot more efficient. Although it may look like the Filter Array action can only take a single condition—it can take more than one. I cover how to add multiple conditions to a Filter Array action in the tutorial below.
To learn more about how to use the Filter Array action, please refer to this YT Tutorial: Are you using the Microsoft Power Automate Filter Array Action wrong?
In this video tutorial I’ll show you 3 practical ways to use the Filter Array action and how to use it properly.
1️⃣ Cross-Referencing Data
2️⃣ Filtering by Key
3️⃣ Substring Matching
Did you know that the Condition action has a limit of 10 conditions? Although it might look like the Filter Array action can only accept one condition—this is not true. By using the advanced mode you can enter multiple conditions into a Filter Array action with an expression.
IN THIS VIDEO:
✅ 3 Ways to Use the Filter Array Action
✅ How to use the Scope Action to Group Actions
✅ How to Check the Number of Items returned from a Filter Array Action
✅ How to Cross-Reference Data in Excel with a SharePoint List
✅ How the Filter Array Action Works
✅ How to Access the Dynamic Content from a Filter Array Action
✅ How to Filter Items by a Key
✅ How to Filter Items by Matching a Substring
✅ How to Use Multiple Conditions in a Filter Array Action