Forums

Conditionally Executing a db Save Action

bilal.abdeen 11 Apr, 2016
I wonder if t is at all possible to insert a record to a table only when a radio button is set to a certain value?

For example, only when the field payment_flag is set to Yes, a record will be inserted into the payment table. If the field is set to No, the payment table will not be touched.
GreyHead 11 Apr, 2016
Hi bilal.abdeen,

Use an Event Switcher action to check the payment flag, if it is yes fire an Event with the Db save in it, otherwise do nothing.

Bob
bilal.abdeen 12 Apr, 2016
Bob,
Thank you so much. It worked... 😀
This topic is locked and no more replies can be posted.