Hi,
I have created a flow that looks through certain folders on SharePoint to delete files that are older than 30 days. I've repeated the steps 4 times because I have 4 folders to look through.
Two of those run successful, and two show failure. This is the failure message:

It's the same "does not exist" error every time but for different files.
The flow is pretty straight forward:


I have these repeated with just the Folder being different. The filter query is:
addDays(utcNow(), -30)
Any ideas how to fix this?
Thank you,
Mateusz