How do I resolve this?
I have two flows and both are being triggered when a new item is created.
Solved! Go to Solution.
hello
@Alamsince the initial post was written some things have changed from Microsoft Flow.
I did follow what is written at the post like in the picture below
i have two flows:
my problem is that when I create a new item then it also kicks in the Edit flow with name "TEST-EDIT".
any idea of what I am doing wrong?
thank you
Hi @kouliscon
that trigger does not work properly, because Created and Modified date are Always different by a few seconds.
I can recommend to you to Format those Dates, so you only have date, Hours and minutes left, no seconds.
After that you can compare Created and Modified date. Like this:
Here are the formulas:
Compose :
There's an easier way to get ONLY WHEN MODIFIED.
Select the trigger: When an item is created or modified.
Click on the ...
Click Settings
Scroll down to Trigger Conditions
Click + Add
Enter this: @not(equals(triggerBody()?['Created'],triggerBody()?['Modified']))
Click Done
I hope this helps somebody at some point in the future. 🙂
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
3 | |
2 | |
2 | |
1 | |
1 |