Forum Discussion
Automatically Update changes between two SharePoint List
have two Microsoft lists - one for all customer tickets and another for customer information. I need to ensure that if I update a specific customer's information in the all-customer tickets list, the same changes are reflected in the customer information list. If the record does not exist in the customer information list, it should be created as a new entry.
So I have created as below flow
Flow ran successfully but the item was not created below is the test result
- This is a duplicate of your question at https://techcommunity.microsoft.com/t5/power-apps-and-power-automate-in/update-changes-between-two-sharepoint-list/td-p/4081484
- Rob_ElliottBronze ContributorThis is a duplicate of your question at https://techcommunity.microsoft.com/t5/power-apps-and-power-automate-in/update-changes-between-two-sharepoint-list/td-p/4081484
- MihiranpCopper Contributor
Rob_Elliott I'm facing an error, Flow ran successfully but the item was not created below is the test result, Do you have any suggestions for that item not updating issue
- MihiranpCopper Contributor
The matter sorted,Thanks
I dynamically used values from the 'Get items' action to create the item. However, change the incorporate values directly from the trigger 'When an item or file is modified', since it is the new item.