SOLVED

Automatically Update changes between two SharePoint List

Copper Contributor

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

 

Mihiranp_0-1710513692630.png

Mihiranp_3-1710513748623.png

 

 

Mihiranp_4-1710513788280.png

 

Mihiranp_6-1710513839603.png

 

Mihiranp_7-1710513874736.png

 

Mihiranp_8-1710513971499.png

 

Flow ran successfully but the item was not created below is the test result

 

Mihiranp_9-1710514053293.png

 

3 Replies
best response confirmed by Mihiranp (Copper 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

@Rob_Elliott

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.

1 best response

Accepted Solutions
best response confirmed by Mihiranp (Copper Contributor)