Relationship does not display the default value #15640
Replies: 2 comments 1 reply
-
Unfortunately its a quirk/bug of Budibase. It's caused because the dropdowns only query 100 values at a time so if the option you are looking for is >100 this issue happens. I have complained about this in Discord too but still no solve. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It's ok with 3.4.24 version. Thank's ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm starting with Budibase and I'm encountering an issue assigning a default value to a relationship picker.
I have two screens: on the first one, I have a list of data from a table, and I have enabled the "On row click" option
When I click on one of the data rows, I open the screen /sdelivery/new/:namelist, passing the namelist parameter.
But the dropdown list does not set itself to the value of :namelist.
Even though the value is present in the list, it doesn't get selected, and I tested displaying :namelist in a simple text field, but it doesn’t show up.
I've been stuck on this for a day, so if you have any ideas, I'd really appreciate it! 😉
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions