I have a working flow which uses Sharepoint "When an item is created" as a trigger.
The flow works with lists named "2020" and "2021".
"When an item is created" currently is monitoring the list "2021" and the part of the flow algorithm checks the list "2020" for some items created previously.
I will need in 2022 to have my flow to monitor the list "2022" (which I have just created and it is based on the the list "2021") and like it is done in the current flow to check the list "2021" respectively.
Here is my problem. When I am trying to save the current flow as a duplicate and changing the list (in the trigger) to "2022" I am getting the following error:
"Flow save failed with code 'DynamicOperationRequestClientFailure' and message 'The dynamic operation request to API 'sharepointonline' operation 'GetTable' failed with status code 'NotFound'. This may indicate invalid input parameters. Error response: { "status": 404, "message": "List View Not Found\r\nclientRequestId: bd684ccb-3737-4xx-969f-bef2dfxxec2\r\nserviceRequestId: bd684ccb-3737-4b48-969f-efxxxx2df4a2xxxxec2" }'."
The flow is basically the same just the trigger list name is different. Is there any reason for throwing this kind of error during the flow saving?