I have a flow that deletes a file in a sharepoint site, and then creates it again, and im testing it.
The errror apears when i try to run again the flow after a succesfull launch, it says that the file is bloked by miself, but when i wait a few minutes, it allows me to run the flow.
Is there some condition that dont allow to perfom a delete action when the item is recently created? Do you know how much time i have to wait?
Check the file creation time and don't allow deleting if time difference is less than X minutes.