Hi - is there a way to switch a boolean within a workflow? Right now I have two workflows checking if the value is “yes” or “no” and it runs the corresponding workflow to flip the value. I’d like to just have 1 workflow with something like ‘value = not currentvalue’.
+1 I use this too, or flip a single field: value = value is no
On a related note (other than booleans), can get creative with values using “is empty” → yes/no, then on the result do a “formatted as text”, put whatever you want in the yes or no options; so the same workflow action can handle empty values as well.