
Announcements
I have a flow tied to a Sharepoint list that failed last week. I tried resubmitting this failed flow today, but instead it ran the normal flow as of today and not as of the date it failed. Do you know if I am able to re-run failed flows for the specific date including the logic for that day?
It depends on what the logic of your flow is.
For instance, if your flow runs on a logic that uses utcnow().
Every time you resubmit it, it will use the date when the flow was re-submitted.
In your case, if you want it to run on a past date, you need to update the logic accordingly.