Hi all,
I'm trying to edit a flow I use for new starters joining the business.
It is currently set to get all items from the SharePoint list, however I want to limit this to only items that in the date field, titled "Start Date", are either today or in the future, therefore excluding dates that have already passed.
It then creates a HTML table and emails this out on a weekly occurrence.
Any help appreciated!
Solved! Go to Solution.
Use an OData query like the following. Make sure to add the single quotes around the formatted date and time.
StartDate ge 'formatDateTime(utcNow(),'MM/dd/yyyy')'
Use an OData query like the following. Make sure to add the single quotes around the formatted date and time.
StartDate ge 'formatDateTime(utcNow(),'MM/dd/yyyy')'
Hi Pstork1,
Thanks for your suggestion. The query failed when testing the flow;
Any ideas?
The problem is the Space in the Start Date column name. If you look at the column settings and scroll all the way to the end of teh address line you will see the actual field name, rather than the display name. Its probably something like Start_x0020_Date
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.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
64 | |
27 | |
21 | |
15 | |
13 |
User | Count |
---|---|
125 | |
46 | |
44 | |
35 | |
31 |