I Have a 5 sharepoint lists i need to gather them in a one sharepoint list (and the items will be modified always) i need a way to split the automate from created and modified
-when the item is created i need to create an item in the master sharepoint list
-when the item is modified i need to update the same item that is modified
Hi @Yazeed_Ablan ,
you can create two flows and use different triggers to differentiate between "created" and "modified".
For "created" use the SharePoint trigger "When an item is created".
For "modified" use the SharePoint trigger "When an item or a file is modified".
Regards,
Leo
--------------------------------
If my answer solved your issue, please mark it as a solution.
If what I wrote helped you, please give it a thumbs up.
Hi @Yazeed_Ablan ,
You can implement your functionality in single only. Find below steps:
1- Trigger
2- Get the current item version
Note : you can get this version number in dynamic content.
for new item : version number = 1.0
for modified item : version number > 1.0 ex. 2.0,3.0 & so on..
3 - Condition