I have just started to venture into Flow's and am looking for something that can do the following:
Checks a sharepoint file has been updated - which is a list file of email addresses,
Will then update multiple users contact lists with the newly updated contacts - without duplication.
Is this something that is possible? I have found this flow through CoPilot in the power to automate:
"When an item is updated in a sharepoint list, get contacts from a contacts folder and update them or create a new contact if needed"
I am in the flow, thinking this is the way forward, but am stuck getting the Site Address and List Name to work.
Failed to retrieve dynamic outputs. As a result, this operation's outputs might not be visible in subsequent actions. Error details: The dynamic operation request to API 'sharepointonline' operation 'GetTable' failed with status code 'BadRequest'. This may indicate invalid input parameters. Error response: { "status": 400, "message": "List View Not Found\r\nclientRequestId: 29e34b10-08d2-42f7-83ec-c700bbc135a9\r\nserviceRequestId: 29e34b10-08d2-42f7-83ec-c700bbc135a9" }
Any guidance would be greatly appreciated.