Simple question: Using a Flow condition, how do you check the value of a SharePoint Yes No field?
My first attempt was to set a variable equal to the SharePoint list value, then check the condition like this:
And, for good reason, this did not work.
My next attempt was to try replacing the condition value with true or false.
And, again, this did not work!
Sooo, what if I convert the true or false to a string?
It worked!
How do you set or update a SharePoint Yes No field using a Flow variable?
Create a string variable, then set the value to true or false.
SharePoint display values:
Yes = true
No = false
Loved. It really works