Please fill in the questionnaire below.
Help Questionnaire
Self-Hosted Installation and Setup Questions
How have you self-hosted Baserow.
Official Docker image with separate postgres db
Which version of Baserow are you using.
1.29.0
Describe the problem
Describe, step by step, how to reproduce the error or problem you are encountering.
Hi team, I’m coming across a strange issue and I"m not sure if it is a config problem on my part of some hard limit.
I have 2 tables.
- One is called “Bookings”
- The other is “Locations”.
I have created a link between both tables. The idea is to, when I create a new record in “Bookings”, choose from one of the “Locations”.
- The bookings table has a linked field called “Location”
When I’m building the front end in the Application Builder, I’m creating a form on my page so the user can make changes to an existing entry in the “Bookings” table.
I have 2 data sources in my page:
- Get single row - Bookings
- List multiple rows - Locations
Neither of these have a filter on them
I create my form and add a form with “Choice” element.
- “Default value” and “Placeholder” are both set to "Data source > single-booking > Location > [All] > value
- “Optional values” is set to "Data source > Locations > [All] > LOCATION
When I test this on my front end, it works, but the drop-down only displays 20 values to choose from. My Locations table has about 96 entries. So I can’t choose the majority of them.
I tried to work around this by choosing the element “Record Selector” instead. This fixes the 1st problem - in that it now shows all 96 entries. However, it introduces a 2nd problem.
When I have a form with a “Record Selector” element, I get an error submitting the form if I don’t select and choose a value. So for example, if I have a form with 10 fields, and “Location” is one of them, I have to drop down “Location” and choose an option, even if it is the same option that is already displayed (ie because I have set the “Default value” and the “Placeholder”. This doesn’t happen with a “Choice” element.
I’d appreciate any assistance or guidance. Thanks in advance!