Hi, I have a SharePoint list that will be used to store when alerts need to be sent. This will be based on a column called AlertDate.
I plan to schedule the flow to run once a day to look for Items that have an AlertDate equal to today.
Question is what would be best practice regarding where to put the query? Would it be inside a get items or before that be in say a condition?
Thanks in advance
Todd
Solved! Go to Solution.
The best place to do a filter like that would be in the Get Items itself as an OData query, but that can be difficult to do. The next best place to put it would be in a filter array action after the data is retrieved in the Get Items. There is no way to add it to a condition before you get the data in the Get Items.
The best place to do a filter like that would be in the Get Items itself as an OData query, but that can be difficult to do. The next best place to put it would be in a filter array action after the data is retrieved in the Get Items. There is no way to add it to a condition before you get the data in the Get Items.
Thanks for your post.
what about doing the filtering in the view inside SharePoint and selecting that view in limit columns by view?
That will limit the columns returned, but doesn't do anything for filtering and sorting the data returned. Power Automate only uses the views to get the list of columns to retrieve.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
77 | |
26 | |
20 | |
16 | |
16 |
User | Count |
---|---|
145 | |
44 | |
44 | |
33 | |
30 |