Adding action buttons w/ conditional visibility

Note - Action buttons are required for this tutorial. If you don’t have them enabled in you app already, please contact support@stacker.app to request them in your app.

In the following example, I have shifts that team members (users) can sign up for. I want the user to be able to click a button to ‘request shift’ if the shift currently has no team members assigned to it.

Step 1 - Create the action button

Set up an action button to add users name to the assigned team member on shift.

Step 2 - Add a filter to show the button only when there is no assigned member
Click on the eye icon next to the action button you’d like to set visibility for.

Set up the desired conditions:

The Result

When there is no team member on the shift, the button to join the shift appears:

Once the shift has been filled (there is a team member on the shift), the button no longer appears.