What is the syntax for changing a boolean column (Action Chains again)?
If #onkobo is currently 'Yes,' I want to change it to 'No.' But otherwise, I want to change it to 'Yes.'
Code:
program:
if and(
check_yes_no('#onkobo', '', '', 1),
)
then
???
else
???
fi