Hi,
I want to liste all items from a dataverse table. This table have a date only field (optional) named "validation date".
In power automate I want to list all lines where:
Or ( validation date < (Today + 5 days) ;
isblank(validation date)
)
How can I do that with Odata
Hi @Gopala_Krishna , if I do that how can I use it in power automate ?
My idea is to make a scheduled flow and list all items with the previous query.
You can make use of the CDS - ListRows action and you can add XML formatted filter condition to that. Once you select the table in the ListRows action it will show an option called Fetch XML query. In this you can pass XML formatted filter conditions.
To get the XML query for conditions or entity please check - Hide and Seek: Advanced Find in Microsoft Dynamics CRM - I.B.I.S. Inc.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
if the information shared helps you, please consider giving a thumbs up and mark solution as resolved
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1