Skip to main content

New features and updates available on Retool Cloud this week.

  • Added the ability for Cloud users to use %USER_OAUTH2_ACCESS_TOKEN% in their resource configurations.
  • Added a configurable data retention option to Retool Workflows settings.
  • Added a setting that allows users to request to join an organization using the sign in page.
  • Added functionality to the Branding page for customers to toggle the setting to show custom logos in app headers by default.
  • Added the ability for users to change their email addresses for logins that require an email and password.
  • Added the option to set variables on event handlers.
  • Added updated styles to legacy components.
  • Fixed an issue where Retool DB UI popovers were hidden.
  • Fixed an issue where boolean values were not displayed in the JSON tab.
  • Fixed an issue where code editor tooltips would close when moused over.
  • Fixed an issue where config variables were not being populated in apps after refreshing them.
  • Fixed an issue where custom SSO features were displayed to users that don't have access to them.
  • Fixed an issue where environments weren't refreshing.
  • Fixed an issue where moving Retool Workflows blocks triggered messaging about undeployed changes.
  • Fixed an issue where values were not registering in Loop blocks for Retool Workflows.
  • Improved code suggestions when writing transformers.
  • Improved the description of custom logo requirements on the Branding page so users know SVGs aren't supported.

New features and updates available on Retool Cloud this week.

  • Added a summary row to the Table component.
  • Added evaluation results for {{ }} Retool variables in Transformers.
  • Added links to Retool's Terms of Service for customers and users.
  • Added an option to the Table component to toggle whether hidden column data is included when exporting data.
  • Added support for aggregate cells with grouped rows to the Table component.
  • Added support for dynamic columns to the Table component.
  • Added support for referencing currentRow in a Table column's status indicator.
  • Added the option to toggle whether to log in with Google or username and password.
  • Fied an issue where imported queries may not function correctly in some circumstances.
  • Fixed an issue where queries that don't support Extract to Query Library would still display the option.
  • Fixed an issue where scrolling a component may cause the viewport to scroll as well.
  • Fixed an issue where the Tabs component may not overflow correctly if margin is set to none.
  • Fixed an issue where tooltips would not display correctly.
  • Fixed an issue with the Table component that prevented switching to the progress format.
  • Fixed an issue with the size of Text Input components when marginType is none.
  • Improved AI Assist to correctly reference values from Global objects.
  • Improved OpenAI queries when used with transformers so AI-generated code automatically wraps variables using {{ }}.
  • Improved property browsing for Global objects.
  • Improved the functionality of autocomplete in the code editor.
  • Improved the responsiveness of the Header frame.
  • Public apps are now enabled by default for Retool Cloud organizations on the Enterprise plan.

When you configure a resource on Retool Cloud, you can now choose to route traffic through the eu-central-1 region, based in Frankfurt, Germany, or through the default us-west-2 region, based in Oregon, US. This determines the network round trip time it takes Retool to query your data sources. Selecting a region in close proximity to your resources can improve your application's performance.

You can set a default region for all your resources and override it for individual resources. Learn how to set resource regions in our documentation.

New features and updates available on Retool Cloud this week.

  • Added a new code editor for JSON.
  • Added an options parameter to fileUtils.parseXLSX.
  • Added the ability to resize columns in the results pane for Retool Workflows.
  • Added the ability to set a default region on an organization and override it for individual resources.
  • Fixed an issue where certain template expressions caused incorrect dependencies.
  • Fixed an issue where increasing the number of instances in a nested list view would cause components to render incorrectly.
  • Fixed an issue where lint errors in code editor template strings would incorrectly display.
  • Fixed an issue where organizations using two-factor authentication could have issues allowing users to automatically join.
  • Fixed an issue where the Table component's overflow tooltip would unnecessarily show.
  • Fixed an issue where the branding page was being incorrectly shown to organizations on certain plans.
  • Fixed an issue where timestamps for Firestore resources were not standardized.
  • Fixed an issue with code editor validation for color inputs in the Table component.
  • Fixed an issue with encryption for config variable values.
  • Improved syntax highlighting on various components.

New features and updates available on Retool Cloud this week.

  • Added additional autocomplete and linting scope for Table event handlers for the new code editor.
  • Added a Multiplayer Refresh Bar component.
  • Added selectNextRow and selectPreviousRow to the Table component.
  • Added support for embedding the Scanner component in screens for Retool Mobile.
  • Added support for panning using the middle mouse button on the Workflow canvas in all modes.
  • Added the onChangeSort event handler to the new Table component.
  • Fixed an issue where analytics queries were numbered incorrectly due to sharing a count with transformers.
  • Fixed an issue where Navigation components would not show app menu items when in a public app.
  • Fixed an issue where nonce was not getting replaced in the redirect URL in custom auth.
  • Fixed an issue where Table components would reset their selection state when re-mounted (for example, when in a Tabbed container).
  • Fixed an issue where the border radius style for List View components weren't applied correctly.
  • Fixed an issue where the global navigation header wouldn't show an active state when on folders or views.
  • Fixed an issue where theme-based cell text colors weren't correctly applied to the new Table component.
  • Fixed HTTP error codes for requireApiParamsMiddleware.
  • Fixed useStickToBottom scroll functionality so that it only affects the innermost scroll bar.
  • Improved support for code evaluation with scope.