Reset Ionic Toggle Status

Hi all,

I have a workflow that is designed to change a value on Table A if there are no records on Table B. The value is of type yes/no and I have a toggle button on a form that is there to set the value. It all works fine but if the record can’t be updated I want to reset the toggle on the form from yes to no. I can do it if I refresh the page but I don’t want to do this. I have tried putting the toggle in a group and resetting the group but that doesn’t woek.

Advice welcome.

Thanks

D

What is the “trigger” event that would let bubble know that a record can’t be updated?

When I save the record the current workflow checks to see if there is a record present in another table. If so it doesn’t update the aircraft record and displays an alert. All that works fine but I can’t seem to then reset the toggle unless I refresh the page. I tried putting the toggle in a group and then resetting the group but that doesn;'t work neither.

I have this:-

Regards

Dave

Hi @dunnydf

Do you mind sharing the setup on the frontend? Showing the toggle that you’re trying to reset?