Hi everyone. Brand new to this so please bear with me.
As soon as a button is pressed on my app, I would like to change the entry of a cell in my database to ‘yes’, but only if a certain shape on the page is visible.
I cannot figure out how to do that using the “only when” option.
Hi there, @small.change.me… if I understand your post correctly, you should be able to put the condition on the workflow action itself as opposed to putting it on a step within the action. So, something like this…
Is that what you are thing to do? Hope this helps.
Here, I’m using the ‘toggle’ function to allow a user to select up to four choices. When they click the right arrow, I want the choices (in this case ‘local_actions’ and ‘national_actions’) to be recorded on the database as ‘yes’ (the others, ‘regional’ and ‘international’ can be ‘no’ or simply blank).
Your method would only allow one situation, unless I am missing something. Am I?