I want to create an automated flow to send email on weekly basis with items on a SharePoint list, but I need to send the items for each user CreatedBy. -> and I need to avoid duplication of emails
1. Recurrence
2. Get items
3. Apply to Each
4. Filter Array
5. Create HTML Table
6. Send email
the flow is not working properly, and I want to send only 1 email with all the items created by each user.
Thanks,