Get values from toggles into db

Im new, and this is probably a basic thing - but how do I get text values from the toggled elements into the database?

I have a workflow: when the “send” button is clicked it sends input from the multiline-input to the db’s text input field, but what about the text values associated with the toggled cards? I would like to get them added together into the “selected options” field in the db. Is this possible? Or should I think about this in a different way?

Create a custom state list, and when a toggle is toggled ‘On’ add that item to the custom state list.

When it’s toggled ‘Off’ remove it.

When you hit Save, use ‘Set List’ to set the list field to the value of the custom state list.

This topic was automatically closed after 70 days. New replies are no longer allowed.