I have a seemingly very simple requirement to initiate a flow when a column 'ihm_webform_name' is updated. The image shows what I have done so far but this triggers every time the record is update regardless of whether there is data in the 'ihm_webform_name' field or not.
I assume that I have the syntax wrong somewhere but not sure where. Anyone point me in the right direction please?
Solved! Go to Solution.
To take it futher i.e null check as you don't want your filed to be empty do as below
it will trigger only if the job title is edited.
to take it more further null check it like this
and put the rest of your logic inside "if Yes"
How to write the empty expression
hi @Nettsales you can try this out
i haved the trigger body according to my requirement for me the field is an option set and can be true or false
@equals(triggerbody()?['cf_submitorderflag'],true)
Note : I have observed many a time the flow to misbehave when the scope is Organization may be that might be because of security roles for the users or owner of your record so run the flow with scope as Business unit instead
Let me know incase of any Issues.
If this resolves your issue please mark this post as answered and hit me a thumps up.
Thanks and Regards,
Vidit
Also @Nettsales Don't add the row filter and try just with the column filter it worked for me when i tried in my trail
thanks @ViditGholam - Trying to write the equivalent of your trigger condtion
@equals(triggerbody()?['cf_submitorderflag'],true)
For my requirements I want to say that field ihm_webform_name contains data, ie is not Null.
So should this be @equals(triggerbody()?['ihm_webform_name'],Null)
I'm very new to Flow, as you can tell, so if you could help be get this expession correct, that would be great?
hi @Nettsales in this case just add your field name in the column filter
no need to write any expression your flow will only run if the user has edited the column filter field
To take it futher i.e null check as you don't want your filed to be empty do as below
it will trigger only if the job title is edited.
to take it more further null check it like this
and put the rest of your logic inside "if Yes"
How to write the empty expression
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.