Hi, I like to add an automation only happen when users select “Yes” with a question in a form.
The form has a column, say columan A, as selection, the options of the selection are “Yes” and “No”.
The automation should be
trigger when a new submit
filter step1result.A=“Yes”
add a row to another table T
It looks simple but I failed at step 2. I tried to create a new submit with “Yes” in column A, but the automation at step 2 detects as false so doesn’t move on to step 3.
please feel free to copy doc and dive under the hood in the automations section or if you can share copy of your doc then we can help you troubleshoot.
As @Math_24 said, it could be because there’s no " " and need to convert your field column to text first.