@Anonymous you will need to delete the when an item is created or modified trigger, you can't have that AND make it run once a day. You'd need to add the recurrence schedule trigger and set set it to run when you want it to. Then your first action yu could add a get past time action and set it to 1 Day. Then add a SharePoint get items actions. As you only want to get the items that were created since yesterday then add a filter query of Created ge '{Past time}' which is an expression you create in the Expression tab of the dynamic content box.
Then in the apply to each which you'll get because of the get items action, add whatever follow-on actions you need.


Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.