I have 2 SharePoint lists: 1. Morning Report -> List of items to be checked every morning 2. Morning Report - Not working items -> List of items that are not working (derived from the first list).
The first list contains a fixed number of items that need to be checked every morning and one of this lists' column is a Boolean (YES/No) column called: "Is Working?". If an item during the morning check is not working
than we change the "Is working?" for that item (on the first list) to false/No (default state for all items is Working = YES).
The second list is a dinamic one and contains items from the first list, only the items that have changed on the "Is working?" column on the first list from YES to NO. For that I have created a flow that each item that is being changed on the first list (the change is -> If an item is modified and the "Is working?" column equals false) than this item is created in the second list. This flow works perfectly fine. Each time I change the "Is working?" column from the first list to False, the same item and all the relevant columns are created in the second list – exactly like the first list. No problems with this flow.
I wanted to create another flow that if the "Is working?" column, for a specific item, is being changed back to true on the first list -> so check if this item exists in the second list, and if so -> delete it from the second list. Which means that basically the second list should contain only items that are not working and in case an item is changed back to working - it will be deleted from the second list.
I have created a flow which its trigger is: if an item is created or modified (from the first list) than if the "Is working?" field is changed to True/YES -> find the item in the second list and delete it from it.
This flow doesn't work.
Below you may find the screen shot of the flow and screen shot of the error I get:
The Flow
The error