Hi All,
I have created a flow on a SharePoint custom list, within this flow are multiple SharePoint Update Item Steps, these were working fine, finding the list and successfully updating them.
Due to our development process we now need to change which site collection and list this flow is looking at, this has worked fine, with the same flow, same steps etc.
Now however Flow seems to be having a 'moment' and it rightly fails because it can't find the list specified in the flow.
I go and edit the flow and see there is the red box above the update item step - 'List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user." This is understandable as the list guid it is showing me is indeed not there.
So I select the correct Site Collection and the correct list and update the flow. The update works fine and flow seems happy with no red box.
I try running the flow again, it fails, I go back into the flow and edit it - the previous 'not found' list guid is back in the List Name!!! Aarrrrggghhhh - Help!
Flow doesn't seem to be able to refresh - its like it's stored the old list guid and won't let go!
The List I am trying to select now is called the same as the previous list - I'm going to try a simple display name change on the list to see if that works. But any other ideas?