New single user column 👤 #13695
jamie-budibase
announced in
Announcements
Replies: 0 comments
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.
-
We have introduced a single-user column to Budibase, offering a more intuitive way to manage values through bindings. The old multi-user column, previously named “User” has been renamed “Multi user”, and the new single-user column is now called “Single user.”
Previously, to display the user's name of an Assigned To column, the binding would have been:
{{ row.Assigned To.0.name }}
(note the .0. )This has now been simplified to:
{{ row.Assigned To.name }}
Beta Was this translation helpful? Give feedback.
All reactions