Re: Delay Sending Emails Each by 1 day
Hi @protas,
Probably the best way to do that is to use an apply to each. But it also depends a bit on how you are storing your e-mail addresses.
Below is an example which is using a SharePoint list. In this example I am only sending an e-mail to the people from 1 list item btw.
In that list I have created a person or group column called SendTo. This column is configured to allow multiple people values (with email addresses).

1. Add a Get Item action to retrieve this single list item

2. Add a send email action and use the SendTo Email field of the previous action. This will create an apply to each

3. Add a delay action right after the send email action which is still within the apply to each and configure set the time to 1 day.