Hi to all here,
i am trying to do flow for updating an item in my List. I have one Target List (TList) and many Source Lists (SList1, SList2, ...) and i am trying to make some flow with conditions:
1) for new item in any SList copy this item to TList
2) if the item in SList exists in TList and this item inSList is changed, than update this item in TList
3) if the item in any SList is deleted, than delate it in TList
I was able to make a flow for New item:
Trigger: When an item is created: List Name = SListxy
Action: Compose, Inputs: guid()
Action: Create item: List Name = TList, (selected parametrers)
Action: Update item: List Name = SListxy ... writing output of Compose to get identifier for updating in future
Now i am not able to make a flow for updating items. Can you help me? Is my flow good for what i can do, or there is better way?