I'm looking to create a room assignment view ...

I’m looking to create a room assignment view that would allow multiple users to see a list of available rooms and beds within each room. But need the rooms and beds that get selected to either grey out (show unavailable) or be removed from list. Is this possible?

If so can you point me in the right direction as to how to design?

1 3 311
3 REPLIES 3

Hi Tammi, You can use a ref dropdown to show available rooms. Take a look at the attached sample app to see how it’s done. Once you have the dropdown, just add a show_if condition to show the users only the available rooms/beds. Dropdowns - How to create dropdown menus in AppSheet appsheet.com

Thank you.

I’ve used ref drop downs in another table but never had to “take away or hide” a selected

item.

When you select an option from the drop down does it automatically become unavailable for future selections or do I need to create an expression for this.

After the user selected a room, you’ll need to mark this room as unavailable, so it will be excluded from the next user’s dropdown.

Top Labels in this Space