Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
What do you need help with?
I’m building a form in Baserow where users need to report issues in a specific unit of a building. The form has the following fields:
Issue (Text input)
Select Building (Dropdown – fetched from a table listing all buildings)
Select Unit (Dropdown – should dynamically show only units from the selected building)
Right now, both Select Building and Select Unit have separate queries to fetch their lists. However, I need Select Unit to update dynamically based on the selected building so that only relevant units appear in the dropdown.
What I Need Help With:
How can I set up Select Unit so that it filters only units belonging to the selected building in real time?
Is there a way to do this using linked tables, filters, or a specific formula?
Any guidance on achieving this in Baserow would be greatly appreciated.
Thanks!