I have a flow that deleting an event from the sharepoint list removes the event from the calendar, the flow works perfectly. But every time it is run it gives this error, I don't understand why, if the flow works, why does it mark the error?
After executing the flow a couple of times, it deactivates it due to an error
thanks
Hi All,
More or less I also have the same issue, The flow deletes all the files successfully, but it gives me an error that the folder is empty,
I think it's a loop that, after each run, goes running again. Is there any way to stop it after a first successful run?
Thanks.
I have a similar problem, each user creates an event in their calendar from an app (Power Apps) and at the same time I save the record in a sharepoint list, 2 of the columns in this list save the "calendar_id" and the "Event_Calendar_id" , then a flow from time to time verifies that there is a confirmation, if it is not confirmed it deletes the record from the list and I want it to delete the event in the calendar of the user who created it, for that I send the "calendar_id" and the "Event_Calendar_id" that you previously saved. But it gives me the Not Found error
I am now able to reproduce the issue
You are checking the outlook event ids. When an event is created in sharepoint, it is created in outlook, it saves the outlook event id in "name", then when I delete the event in sharepoint, "name" is compared with "id", if they are not the same, it is removes. The flow is perfect, eliminates the event, but gives an error.
I attach a capture of the flow
Couple of questions :
1. when an item is delete so is this a different list and how are events in calendar connected with these items?
2. What is the condition that you are checking?
Yes, sure
Please can you share the conditions in english.