Hey!
A user can mark a book as ‘recommended’ while creating a post, for which I have provided a toggle button.
I have created a field ‘recoe’d book’ as yes/no in the ‘post’ datatype to save recommended entries:
When a user is checking the toggle button, and clicking the ‘publish’ button to save the post, I have created a workflow to 'change the value to ‘yes’
All the workflows in this ‘publish’ element are getting executed, except this one.
When I do a test post, I see that in the database, instead of the value being ‘yes’ it is blank:
Can anyone help me figure out why is the value not getting registered?