Hi,
I have a field in form and i want to execute the flow based upon the condition..i want to check whether the field value is null or not using expression..how to done it..
Thank You
Solved! Go to Solution.
You can do this using
@empty(triggerBody()?['Completed'])
in the Condition control. In this example Completed is the column in my SharePoint list. Flow checks if it is empty and if it it is it sends and email without the Completed date. If it isn't empty it formats the completed date into British dd/mm/yy format and then sends an email with the completed date in it.
You can do this using
@empty(triggerBody()?['Completed'])
in the Condition control. In this example Completed is the column in my SharePoint list. Flow checks if it is empty and if it it is it sends and email without the Completed date. If it isn't empty it formats the completed date into British dd/mm/yy format and then sends an email with the completed date in it.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
14 | |
14 | |
9 | |
7 | |
6 |
User | Count |
---|---|
20 | |
16 | |
9 | |
9 | |
7 |