Changelog

Follow up on the latest improvements and updates.

RSS

Whats New page - Add Widget Inline
SmartSuite dashboards now let you drop new widgets exactly where you need them. Instead of always landing at the bottom of the layout, a subtle + icon appears between existing widgets on hover; choose any item from the Widget Library and it is placed right in that spot—keeping your dashboard flow intact.
Key Highlights
  • Inline + Add Widget control surfaces between widgets as you hover.
  • Opens the full Widget Library, so every widget type is available in-context.
  • Honors current row / column sizing so the new widget fits the surrounding layout automatically.
  • Keyboard-accessible: press Tab to focus the inline control, then Enter to open the library.
  • Works in both grid and free-form dashboard layouts.
  • Fully backwards-compatible—existing dashboards gain the feature instantly, with no migration required.
How it Works
  • Hover anywhere between two widgets and click the floating + button that appears.
  • The Widget Library opens; pick the widget you want to add.
  • SmartSuite inserts the chosen widget precisely where the inline control was shown.
  • Drag-and-drop or resize as usual to fine-tune your dashboard.
This update makes building pixel-perfect dashboards faster and more intuitive—no more dragging new widgets from the bottom of the page back up to their intended positions.
Whats New page - LR Cover Image
We've enhanced the form experience by adding support for cover images in selection grids when choosing records in Linked Record fields. This visual upgrade helps users more easily identify and select the correct linked item—especially useful for image-driven use cases like selecting people, products, assets, or projects.
Key Highlights
  • Visual Previews in Forms: Linked Record selection grids now display cover images directly within form views, just like in standard grid selectors elsewhere in SmartSuite.
  • Same Configuration: Cover images are configured by selecting an image field (Files & Images) in the Linked Record field settings—no extra steps needed.
  • Consistent Experience: Users enjoy a consistent and intuitive experience whether selecting linked records from a form or within the main workspace.
How It Works
  • In the Linked Record field settings, choose a field from the related table that contains image content (e.g., a Files & Images field) to act as the cover image.
  • When a form respondent clicks to select a related record, the selection grid will now include thumbnail previews of those images.
  • This functionality mirrors the experience of standard linked record selectors, but is now available within forms.
  • This enhancement adds helpful context to linked record choices and makes SmartSuite forms more visual and user-friendly.
This enhancement adds helpful context to linked record choices and makes SmartSuite forms more visual and user-friendly.

new

All Paid Plans

Automations & Integrations

Workspace Usage: Stats and Management

Whats New page - Account Usage
SmartSuite now gives administrators a single place to track, manage, and control Automation Runs and API Calls. The new Usage tab in Account Administration shows real‑time consumption, up to 12 months of history, and lets you decide whether to allow automatic pay‑as‑you‑go “Auto‑Increment” purchases when you hit your plan’s monthly limits.
Key Highlights
  • Dedicated Usage page with two tabs: Automations (default) and Integrations (API), each showing the current month’s totals.
  • Period drop‑down on every tab lets you view any of the last 12 months without leaving the page.
  • Auto‑Increment toggle (one per tab) lets admins decide whether to buy extra blocks automatically.
  • Clear in‑app banners warn when usage passes 80 % (yellow) or 100 % (red) while Auto‑Increment is off.
  • When Auto‑Increment is on, each add‑on purchase is logged on screen (8 rows initially, “Show more” loads the next 8) and triggers an email + in‑app notification.
How It Works
  • Open Account Administration → Usage (admins only).
  • Review the live progress bar and numerical counters; use the drop‑down to switch months or hover to see exact totals versus plan limits.
  • Switch between Automations and Integrations (API) tabs to monitor each quota independently.
  • Click the Auto‑Increment toggle to enable or disable automatic add‑on billing; confirm the action in the modal.
  • Turn the toggle off at any time to halt further purchases; existing add‑ons remain active until the end of the month (unused units expire).
  • Use the “Show more” link to expand the add‑on log in batches of eight and export invoices from Workspace Billing if needed.
This Usage dashboard puts cost control and transparency front‑and‑centre, ensuring your automations and integrations keep running smoothly—or pause precisely when you want them to.
Whats New page - Dashboards - Grid View Widget
SmartSuite dashboards now support native Mobile Grid View widgets on iOS and Android, bringing the power of tabular data to every screen without extra setup.
Key Highlights
  • Native rendering of any existing Grid View dashboard widget in the SmartSuite mobile app
  • Responsive layout automatically optimizes columns, grouping, filters, and conditional formatting for smaller screens
  • Tap a row to open the full record, make edits, launch comments, or run record‑level actions from mobile
  • Works out of the box, with no configuration changes required; every current dashboard inherits mobile support at release
How it Works
  • Ensure you have the latest SmartSuite mobile app (version 9.12 or later) from the App Store or Google Play
  • Open a dashboard that contains a Grid View widget; it will load in a touch‑friendly list format
  • Swipe horizontally to reveal additional columns and vertically to browse records
  • Use built‑in filters, grouping toggles, and conditional formatting just as you would on the desktop
  • Tap any row to view and edit record fields or trigger available record‑level actions; all changes sync instantly
This update puts critical list data at your fingertips wherever you work—review, update, and act on records in real time without switching to a desktop.

new

Automations & Integrations

Automations: Looping Action

Whats New page - Looping Action
SmartSuite now supports a Looping action in automations, allowing you to repeat a group of actions for each item in a list—unlocking powerful iteration capabilities for dynamic workflows.
Key Highlights
  • Action Type: Looping – Executes a group of actions once for every item in a selected list.
  • Advanced Logic Group: Appears under a new “Advanced Logic” section in the automation builder.
  • Visual Container: Looping groups are styled differently and always appear as the final action block.
  • Supported Inputs: Accepts lists from Find actions or Webhook actions that return arrays of simple types or objects.
  • Current Item: Adds a dynamic output for each item in the list, with object keys or record fields selectable in dropdowns.
  • Action Limit: Supports up to 10 actions inside a looping group.
  • Run History: Looped actions are grouped with individual statuses, expandable on demand.
How it Works
  • Add a Looping action from the automation builder’s Advanced Logic section.
  • Choose an input list from a Find or Webhook action.
  • Add actions to the Looping container using the sidebar.
  • Use the “Current Item” variable inside the loop to access each record or object.
  • Save and run—each action group will execute per list item in isolation.
This feature helps streamline repetitive tasks without manual duplication of logic. Whether you're iterating over records or processing data from a webhook, Looping gives you granular control inside a clean, visual interface.
Whats New page - Enhanced Array Handling
We’re excited to announce that you can now configure arrays of objects as outputs in Webhook actions (HTTPS requests to REST endpoints returning JSON), then feed those object lists directly into Looping actions for powerful, structured automation.
Key Highlights
  • Webhook actions can now expose JSON arrays of objects as configurable outputs
  • Each object within the array becomes available for subsequent Looping actions
  • Object keys are listed in a dropdown for easy field mapping
  • Supports any REST endpoint returning JSON arrays via a Webhook action
  • The original full JSON payload remains accessible for backward compatibility
How it works
  • In the Webhook action setup, call an HTTP endpoint and inspect its JSON response
  • Select the array of objects from the response to define a new output field
  • That array output appears as the Input List option when adding a Looping action
  • The Looping container iterates over each object, exposing it as the Current item
  • Keys from the first object determine the available outputs; other response elements stay available
This feature enables smarter, more flexible automations—especially when integrating with external systems that return structured lists via webhook or REST request.

new

All Plans

Mobile

Mobile: Chart Support

YouTube - Card View Widget
You can now view rich, interactive chart widgets right from your phone or tablet! We’ve brought full chart support to the SmartSuite mobile app so your dashboards stay powerful—on any screen.
Key Highlights
  • Chart support in mobile dashboards for the following types:
  1. Bar, Column, Line, Area, Pie, Donut
  2. Stacked and 100% Stacked (Bar, Column, Area)
  3. Bubble, Scatter, Heatmap
  • Dynamic Filters are fully supported to personalize views.
  • WebView-based rendering ensures smooth performance and consistent appearance across devices.
  • Optimized for touch so interacting with mobile charts feels intuitive and seamless.
How it Works
  • Open any dashboard with chart widgets in the SmartSuite mobile app.
  • Charts will now render automatically with full visual fidelity.
  • WebView integration provides responsive, interactive charts with no loss in quality.
  • Data is fetched via API and passed to rendering components for real-time updates.
  • Helper functions and platform-specific utilities ensure performance and responsiveness on both iOS and Android.
This brings powerful data visualization into your pocket—making it easier than ever to monitor trends, track metrics, and make informed decisions on the go.

improved

All Plans

Data & Field Management

Enhanced Handling of Date and Time Values

Whats New page - Date and DateTime
We’ve updated the behavior of the DATE() function to make it consistent and predictable across all use cases — it will now always return a date-only value without a time. To complement this change, we’re introducing a new function: DATETIME(), which returns a precise date-time value and gives users full control over date/time-based calculations.
Key Highlights
  • DATE() now always returns a date-only value with the time stripped, regardless of context.
  • New DATETIME() function introduced for working with exact date-time values.
  • Improved consistency in formulas like DATEDIFF() and NOW() across different timezones.
  • Backend calculations use the workspace timezone, while display uses the user’s timezone.
  • Full support for parsing date and time strings in various formats.
How it Works
  • Consistent DATE() behavior: Strips time information from any input.
  • New DATETIME() function: Returns a full date-time value.
  • Timezones handled predictably: Input is evaluated in workspace timezone, display is in user’s timezone.
These updates ensure that formulas using dates and times are now consistent, accurate, and easier to reason about—especially across different timezones. Whether you're building deadline reminders, aging reports, or time-sensitive automations, you now have the precision you need.
tooltip_aut
We’ve added helpful tooltips to value pills in automation actions, making it easier to understand where each piece of data originates. No more guessing or digging through previous steps—just hover over the pill to see its source.
What's Improved
  • Value pills in automation actions now display a tooltip on hover that shows the source of the data (e.g., “Step 2: Create Record”).
  • This improvement helps clarify the origin of dynamic values without disrupting the flow of building automations.
  • Applies to all users building or editing automations—no role or permission restrictions.
  • Designed as a lightweight, fast-loading enhancement that doesn’t slow down the automation interface.
This small addition packs a big usability win, especially when working with multi-step automations.
bypass_homepage
We’ve streamlined the login experience for users who only have access to a single solution. Instead of landing on the Home Page and manually navigating to the solution every time, these users will now be taken straight to their solution on login—saving time and reducing unnecessary clicks. Of course, the Home Page is still just a click away in the top navigation.
What's Improved
  • Users with General Access, Guest, or View Only roles who have access to only one solution are now automatically redirected to that solution upon login.
  • These users can still access the Home Page at any time via the top-right navigation menu.
  • Admin and Solution Creator roles continue to land on the Home Page regardless of how many solutions they have access to.
  • Users with multiple solutions or no solution access will still land on the Home Page by default.
This enhancement is part of our ongoing efforts to make SmartSuite more intuitive and efficient for all user types.
Load More