I have two Microsoft lists - one for all customer tickets(Ticketing) and another for customer information(Test Ticket). I created flow 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.This flow is working, but currently all customer changes are being reflected in the second list. I need to see only the changes made by a specific customer.
How to reflect specific customer only
Main List
Second list
This is the flow
I can't see your images clearly enough to say for sure, but if there is a customer field that says who is making the change or who a change is made on behalf of, you can use the odata filter option in the sharepoint actions. something like customer eq 'mihiranP' or add a filter array step to the flow and do the filtering in that action.