Hi @Anonymous
I would advise using "Get Items", then normally I just use "Filter Array" and use WDL to construct an expresion that filters as you want it to. See below:
In this example it will only return those with created date that is 15 days ago, all others older and newer dates will be filtered out. You can change the drop down to suit and change the expression to suit. Depending on how you construct the expression will depend on the options you choose in the dropdown, ie, equal to, not equal too. Maybe less that or equal to, greater or equal to. You get the idea I am sure.
Here is a useful link - Functions reference for Workflow Definition Language in Azure Logic Apps
You will find utcNow(), formatDateTime() etc all on there and you should be able to acheive the filter you require.
There are lots of posts that deal with expressions out there you will find in the forum but once you're further on and if you were to get stuck just post back.
If you have found my post helpful, please mark thumbs up.
Thanks, Alan