Button: Confirmation dialog

Some actions can be sensitive, like clicking a button to end the contract. It would be helpful to show a confirmation window to minimize clicks by a mistake.

You could 2 checkboxes, one called “Trigger” one called “Are you sure?” set the automation (you are trying to make with the button) to trigger when the “Trigger” is updated, but filter where the “are you sure” and “trigger” is true.

Then the button press will check the trigger, and set the “Are you sure?” to be set by user. Then it will update both together, and trigger the automation.

Why two checkboxes and not just one? To prevent accidental clicks if someone shows the trigger in a view, it will still be a two click action instead of a one-click action.

Tested this to if some other automations would work, but they didn’t, but here’s a template if any part was unclear: https://shared.fibery.io/t/026c69e5-ff1f-418d-a0fa-ebe2b4695303-confirmation-popup

1 Like

Thanks Ron. For now I just added a field “Termination reason”. I then “asked” a button to ask user for an input.

2 Likes