Hi,
I try make à Flow Condition "If field is Blank", I read the post on this topic https://powerusers.microsoft.com/t5/Building-Flows/Flow-Condition-If-Field-is-Blank/td-p/91665
and I have the impression that in French it does not work ... I tried with Null, Nul, Empty, Vide, "" ... each time the result is False.
Have you got a solution?
Thanks
Solved! Go to Solution.
Hi @StephaneVedren,
Have you tried using the Expression null on the right hand side?
I think ‘null’ you said in the topic, instead of directly typing the string null, use the null inside the Expression, as below:
It work, as below:
In addition, you can also use the empty() function in advanced mode, like: @empty(‘Column name’).
For more details on Functions in expressions, please refer to the link:
https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference
Best Regards,
Barry
Hi @StephaneVedren,
Have you tried using the Expression null on the right hand side?
I think ‘null’ you said in the topic, instead of directly typing the string null, use the null inside the Expression, as below:
It work, as below:
In addition, you can also use the empty() function in advanced mode, like: @empty(‘Column name’).
For more details on Functions in expressions, please refer to the link:
https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference
Best Regards,
Barry
Hey, @StephaneVedren!
Thank you for posting on the Flow Community Forum! It appears as though @v-bacao-msft would like some more information in order to further assist you properly with your issue. Please share any additional information that was requested in order to decrease the amount of time that it will take for you to be assisted!
Thank you for being an active member of the Flow Community!
-Gabriel
Flow Community Manager
HI Barry,
Thanks for your really clear reply.
User | Count |
---|---|
61 | |
50 | |
47 | |
27 | |
17 |
User | Count |
---|---|
26 | |
26 | |
21 | |
20 | |
20 |