Hi All
I have a flow triggered by When file is created or modified with a trigger condition @not(equals(triggerBody()?['Created'], triggerBody()?['Modified']))
What happens is everytime i trigger with a new item modifed it sends all list items as documents not just the record modified. What am i missing?
Here is my flow
Solved! Go to Solution.
Hi @gazzo1967
You are doing Get Items action - which will give you all items
If you just need the current item which has triggered your condition, use the dynamic content from the when an item is created or modified trigger
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @gazzo1967
You are doing Get Items action - which will give you all items
If you just need the current item which has triggered your condition, use the dynamic content from the when an item is created or modified trigger
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @gazzo1967 ,
Try changing Get items action to Get item action.
Please try again.
Best Regards,
User | Count |
---|---|
92 | |
44 | |
21 | |
17 | |
16 |
User | Count |
---|---|
136 | |
49 | |
42 | |
36 | |
28 |