I have a very, very simple flow which contains 3 steps,
When form is submitted it gathers the information and places it onto a list within a Teams Team SharePoint site.
The same form is used across various sites so I have to copy this process for new locations, usually I copy the form and call it the name of the site,
Copy the flow and simply change where it points, the form response, the SharePoint site and the list.
This has worked dozens of times but today I get this error message when I change the SharePoint site and all the information needs to be re-mapped.
Failed to retrieve dynamic inputs. Error details: '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 not found\r\nclientRequestId: 9ef03e1c-d133-4a92-a2a1-8fa312f66206\r\nserviceRequestId: 6585e4a1-3029-b000-bab1-6367b1f6858f" }'
I have even tried deleting the new team and redoing it but get the same error. The usual message is Invalid Parameters then as soon as I select the new team and list it works.
Please note:
Until very recently this method of copy the flow then change the form and list targets worked without any issue, only now is it saying it is unable to find the list.
I have also just managed to change the list using the OLD interface and the details remain in tact - no re-mapping required, hopefully the old system will allow me to keep doing this.
Has there been an update that has stopped this method working in the new designer?
The screenshots below from the new designer show the working flow with wrong list.
The new site - with error message.
The new list now shown but all data mapping lost.
Justyn