Mar 15 2024 10:24 AM
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
Mar 15 2024 11:23 AM
SolutionMar 15 2024 11:25 AM - edited Mar 15 2024 12:09 PM
@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
Mar 18 2024 03:28 AM
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.
Mar 15 2024 11:23 AM
Solution