
Hi!
I want to create a query with advanced find to retrieve dinamycally records on createdon - 5 days.
If i run my query today i want to get all records from 12/06/2020. If i run my query tomorrow i should get records from 13/06/2020 and so on
There is possibly to do this with date filters criterias?
If you want to query the records created exactly on last 5 days ago, you cannot achieve that in Advanced Find. However, you can achieve that in FetchXML query (sample below) for any other places (JavaScript, C# SDK, Power Automate, SSRS, etc.).
For more details, check out in the blog post by Jonas Rapp
https://jonasr.app/2020/06/date-intervals/