Omni has acquired Explo 🥳 | Learn more

Changelog

Week of October 26, 2025

October 26, 2025

October 30, 2025 #

  • Added support for filtering by ID (membership ID) to the Users API. For example:

    GET /api/scim/v2/users?filter=id eq "8ae8223f-48b1-4f82-b49f-8f9ab491a59f"

    This filter only supports eq for exact matching. Additionally, this filter can also be used to retrieve embed users (/api/scim/v2/embed/users).

  • Added support for required dashboard filters, which must be set for the dashboard queries to run. This can be enabled for individual filters by opening the filter's Edit panel and enabling the Require a value for this filter toggle.

  • Renamed Dashboard themes to Document themes. The functionality of theming has not changed - this change is intended to clarify that themes are applied not only to documents with dashboards, but the document as a whole.

  • Updated the Dashboard AI Assistant to only require the Summarize data AI permission.

October 28, 2025 #

  • Added a value_url_encoded property to filters and controls in Mustache templates for markdown tiles. This allows you to use filter and control values in URL query parameters within Markdown links.

    For example: ``

  • Fixed an issue with applying list formatting to multi-line selections in Markdown. Previously, list formatting would only be applied to the first selected line.

October 27, 2025 #

  • Added a Queries menu to Markdown tiles, allowing you to access the values of queries on the dashboard in Markdown tiles.

  • Changed spreadsheet downloads to be a ZIP file containing an XLSX file for each tab in the spreadsheet.