I am having issues with my flow that is intended to take each record in a sharepoint list, and create a copy of the record in the same sharepoint list every sunday night. it should also only copy the most recent "set" of records.
The flow steps are as follows:
1. Recurrence
2. Get Items from Sharepoint list using Filter Query Week eq FormatDateTime(addDays(utcNow(),-7),'MM-dd-yyyy')
3. Apply to each the values and create new record in the sharepoint list.
This flow currently fails and I'm not sure if there is a better way to go about it. Let me know your thoughts! Thanks in advance