added

New single user column 👤

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 }}