Hi,
Apologies if this has already been answer but i cannot seem to locate this in the forum.
Is there a way to trigger only the modified part of "when an item is created or modified" trigger?
I know there has been interest for developing a trigger for when a file has been modified but there doesn't seem to have been anything added as of yet.
Thanks
Solved! Go to Solution.
Hi @Callum91,
You could following these steps to set the trigger "When an item is created or modified", to make it only will be fired when an item modified:
1. Click the right top of the trigger, then click the setting:
2. Scroll down you will find a feature is Trigger condition, click add and then paste this expression into it and save it, it means if the item created time is not equal to modified time, the operation just do on the item is modified not created:
@not(equals(triggerbody()?['Created'],triggerbody()?['Modified']))
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Callum91,
You could following these steps to set the trigger "When an item is created or modified", to make it only will be fired when an item modified:
1. Click the right top of the trigger, then click the setting:
2. Scroll down you will find a feature is Trigger condition, click add and then paste this expression into it and save it, it means if the item created time is not equal to modified time, the operation just do on the item is modified not created:
@not(equals(triggerbody()?['Created'],triggerbody()?['Modified']))
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
User | Count |
---|---|
6 | |
5 | |
3 | |
2 | |
2 |