Hello community,
I want to apply a query in List rows trigger that wherever the created on date is equal to current date it should list that row. Below is the screenshot where I want to apply this query.
Hello community,
I want to apply a query in List rows trigger that wherever the created on date is equal to current date it should list that row. Below is the screenshot where I want to apply this query.
Hey Leah Ju,
Fetch Xml query worked for me. Thank you.
Hi Muhammad,
You can try to use 'Fetch Xml Query' to achieve your goal easily:
(1)Filter and download fetchxml:
(2)using it in the flow:
====================
If you must use Odata query in power automate, you can refer the following two ways:
1.You can use 'FetchXml Builder' tool of XrmToolBox to convert fetchxml code to power automate parameters:
2.Or you can refer to the following link to use another way:
https://technologyblog.rsmus.com/microsoft/power-automate-date-filtering-on-todays-date/
you should put
Microsoft.Dynamics.CRM.Today(PropertyName='createdon')
in this way you get the cases created during the same day as you are executing the flow
Daivat Vartak (v-9d...
181
Super User 2025 Season 1
Siv Sagar
149
Super User 2025 Season 1
Vahid Ghafarpour
124
Super User 2025 Season 1