How do I get my workflow to check the yes/no field? When I enter yes and no in the condition field, it always comes back with false. Same if I put 1 or 0 in the condition field.
How do I get my workflow to check the yes/no field? When I enter yes and no in the condition field, it always comes back with false. Same if I put 1 or 0 in the condition field.
Hi @EMA03356
You need to enter true/false in the form of expression as shown below:
Write expression for Yes value:
true
Expression for No value:
false
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Hi @EMA03356
Output of yes/no column would be true/false. If value is yes > output would be true , else false.
see below for eg-
i have SampleChoiceCol which is yes/no type
Now see the below flow
Hope this helps !
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
Blog: Nived Nambiar's Blogs
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌