Hi all
I am trying to get items from a Sharepoint list matching a specific rule, so a date from a column called 'LastHistoryUpdate' shall be equal or greater than 1st of October.
I've tried with the following ODATA expressions, however, Flow does not include in the response the only item from the List where 'LastHistoryUpdate' is set to 1st of October (2018-10-01 as shown in the screenshot).
Sure there must be a workaround by using Filter Array instead, but due to efficiency reasons I need to solve it via ODATA filter (as explained at https://docs.microsoft.com/en-us/previous-versions/dynamicsnav-2016/hh169248(v=nav.90)
Suggestions are welcome!
Proud to be a Flownaut!
Solved! Go to Solution.
Hi @efialttes,
I have made a test on my side and don't have the issue that you mentioned.
The expression LastHistoryUpdate ge '2018-10-01T00:00:00.0000000Z' is worked on my side.
The screenshot of my flow as below:
The flow would run successfully as below:
Please make sure you list have items that meet the condition in the Filter Query.
Best regards,
Alice
Hi @efialttes,
I have made a test on my side and don't have the issue that you mentioned.
The expression LastHistoryUpdate ge '2018-10-01T00:00:00.0000000Z' is worked on my side.
The screenshot of my flow as below:
The flow would run successfully as below:
Please make sure you list have items that meet the condition in the Filter Query.
Best regards,
Alice
Doesn't seem to work for me still. Am I missing something?
The expression "DateCompleted gt 2021-03-05T13:38:17.1206219" is not valid. Creating query failed.
clientRequestId: 91d0a099-a2fa-45c4-91a8-5d8140a6d91b
serviceRequestId: 91d0a099-a2fa-45c4-91a8-5d8140a6d91b
Hi!
You missed the single quotes
DateCompleted gt '2021-03-05T13:38:17.1206219'
Proud to be a Flownaut!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
27 | |
26 | |
23 | |
14 | |
10 |
User | Count |
---|---|
62 | |
55 | |
29 | |
28 | |
24 |