User Global ID Binding
by Jamie BirssWe've added a new binding option: GlobalId
. You now have access to both the app-level user ID and the global user ID in the bindings menu. This allows for more flexible user identification within the app.
We've added a new binding option: GlobalId
. You now have access to both the app-level user ID and the global user ID in the bindings menu. This allows for more flexible user identification within the app.
General Improvements:
datetime
labels now display in a human-readable format instead of UNIX timestamps or raw ISO 8601 strings.Horizontal
mode now works for histograms and bar charts with date labels.datetime
fields are now converted to UNIX timestamps which are more immediately useful.Chart Explanation Tooltips:
Fixes:
These improvements enhance the overall functionality and usability of the chart components, making the experience smoother and more intuitive.
Users can draw and submit their signatures on Budibase forms with the new signature component. Click "add signature" on either the grid or a form field, and a modal with the signature pad will be added. Once a user submits a signature, it is securely stored as an image in that row.
Read the launch blog to learn more.
From today, new accounts will be auto-enrolled into a 14-day free trial. During this trial period, new accounts can try all our features before deciding which plan is right for them.
At the end of the trial period, we will automatically downgrade accounts to our free plan if they have not upgraded. At this point, the account will no longer have access to the premium features unless they upgrade.
The 14-day free trial is only available to new accounts.
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 }}
Bindings in Tables & Views:
Handlebars
, JavaScript
, and JS snippets
.View
.New Binding Categories:
Current User
: Metadata for the authenticated user.Date
: Server date binding for execution timestamps.Helpers
: Handlebars helpers like {{ default Current User.\_firstName 'no user'}}
.Component-Level Bindings:
Updated UX with New Drawers:
We've made several updates to our date picker to improve both visual customization, and to clear up a few bugs.
Enhancements:
Bug Fixes:
You can now periodically refresh the data within your application. This is particularly useful for users connecting to dynamic, external data sources and ensures data integrity across your Budibase application. Users can set the refresh cadence to 10 seconds, 30 seconds, 1 minute, 5 minutes, or 10 minutes.
🔒This functionality is only available for users on paid plans.
You can now hover over pages in your application's navigation section to open a nested dropdown of grouped pages. This makes managing large applications with many pages much cleaner and more user-friendly.
Our team has completed an investigation into the recent xz vulnerability, and has concluded that Budibase was not affected.