Aprove or deny toggle

How do I create ‘Approved’ ‘Denied’ ‘Pending’ toggles so that a user can request a booking and it will be in a default Pending state. Then the recipient(in this case an admin) can either approve or deny it which would change the state to approved or denied accordingly?

Hi @Dejon313 ,

You create as many boolean fields as you need, sometimes in a unique situation you need more than 1 fields to achieve 1 workflow step.

Assign button that move the next step for its visibility, every new record will start with false first so will need to update pending as true, and then both buttons of approve and deny will only show when pending = false, something like that.

1 Like

Fixed, Thanks

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.