Conditional database insert

I have a form section that is shown/hidden depending on the selection from a radio group above it. This section will use its own data insert if it’s shown. So how can I add a condition to only insert the data based on the same condition that shows or hides it. I realise I can apply conditions to individual values in the Database insert options. But can I apply a condition to the whole insert step?

Thanks in advance!

Just use the condition step in server connect and put the insert in the “then” section.

1 Like

Thanks @Teodor. I’ll give this a try!