Hello,
I have sharepoint list like:
| Person | Topic | Start date |
| Person or group (allow multiple) | String | Date with hour |
| A, B | Topic 1 | 06.02.2023 10:00 |
| A, C | Topic 2 | 07.02.2023 11:00 |
| B | Topic 3 | 08.02.2023 09:00 |
Column person is connected with account so I know name, email adress, position etc. of choosen person.
I want to send email every Friday to each person with their items started next week.
Example:
At Friday 03.02.2023 I want send email about items from 06.02 to 12.02.
To person A:
| Person | Topic | Start date |
| A, B | Topic 1 | 06.02.2023 10:00 |
| A, C | Topic 2 | 07.02.2023 11:00 |
To person B:
| Person | Topic | Start date |
| A, B | Topic 1 | 06.02.2023 10:00 |
| B | Topic 3 | 08.02.2023 09:00 |
I know that I should use "Get Items" from sharepoint list. But what should I do next?


Report
All responses (
Answers (