Skip to main content

Changelog

Updates, changes, and improvements at Retool.

203 posts tagged with "Retool Cloud"

View All Tags

Updates to Slack connector to support file upload

Retool's Slack integration now supports the files.getUploadURLExternal and files.completeUploadExternal APIs for uploading files. Slack ended support for their files.upload API on March 11, 2025, and this endpoint is no longer available in the Retool Slack integration.

For most users, no action is required to access the new APIs. For self-hosted organizations that set the SERVE_LOCAL_SPECS environment variable, you must upgrade to version 3.168.0-edge, patch release 3.148.2, or patch release 3.114.17 to access this change.

The workaround described in the Action Required: Update Slack queries using files.upload changelog entry is no longer required.

Action Required: Update Slack queries using files.upload

As of March 12, 2025, this workaround is no longer required. Refer to Updates to Slack connector to support file upload for more information.

Slack is ending support for their files.upload API on March 11, 2025. Refer to the Slack changelog for more information.

Retool is working to update our Slack integration as quickly as possible. In the meantime, if you need files.upload functionality, you can use a REST Query to utilize the new files.getUploadURLExternal and files.completeUploadExternal APIs.

This workaround is temporary, and Retool will restore access to file upload functionality within the Slack integration as soon as possible. Another changelog post will be made when the ability to upload files is restored. Other functionality in the Slack integration remains uninterrupted.

Split Pane frame

Ashwin Nathan
Mobile Engineer

Split Pane is a new web app frame pattern that allows users to create a resizable and scrollable frame, with a custom width, alongside the main canvas. You can add a Split Pane frame from the Frames section, or drag it onto the canvas from the Component Tree.

Publicly accessible files on Retool Storage

You can now set private or public access for files uploaded to Retool Storage. Each file in your Retool organization has a public URL that you can enable by making the file public.

Files uploaded to Retool Storage are private by default, and you can switch between private or public access at any time. When uploading files with a Retool Storage resource query, you can enable Make file public on upload to automatically make them public.

Make file public on upload

App linting and performance debugging tools

The new Linting and Performance tools, available within Debug Tools in the App IDE, provide additional methods for debugging and optimizing apps.

Linting

Identify queries, code, and components that may affect app performance.

Linting tools

Performance

Linting tools

View statistics related to app performance along with an overall performance score. This is a useful tool for measuring how changes affect an app's performance and provides guidance on how to optimize it further.

Retool Forms: Build custom forms on top of a SQL database 10x faster

Retool Forms is the fastest way to build a form on top of your database, your data warehouse, or wherever else you want your data. Retool Forms are:

  • Native to your data source: Generating a form on top of any SQL datastore (Postgres, MySQL, Snowflake, etc.) in one click.
  • Your form, your database: Use your own or we’ll give you a Postgres DB—with a connection string if you want to take it elsewhere.
  • Code-first: You can write JavaScript almost anywhere, including libraries like moment and lodash, for custom validations, conditional logic, and data parsing.
  • The start of other processes: Build apps and workflows on top of your data to join data sources, send updates through Slack or email, and take action on your results.
  • Secure: Forms are public but the data, apps, and workflows you build are permissioned securely with granular access controls. You can also self-host it in your own VPC.

Retool Forms is free and has no arbitrary limits on users, forms, or submissions.

Cloud-hosted Retool 3.35

Cloud-hosted Retool has been updated with the following changes. These changes will also be available in a future release of Self-hosted Retool.

Added

  • Added support for users to enable two-factor authentication without it being required by their Retool organization.
  • Added support for dragging frames onto the canvas in the App IDE.
  • Added support for data streaming to Anthropic AI models.
  • Added the Edited Cell Indicator style to Table component.

Fixed

  • Fixed an issue with the List View component when padding is set to 0.
  • Fixed an issue where the specified environment for a workflow reverts back to production upon refresh.
  • Fixed an issue where the Terminate run button did not appear in Run History while a workflow run was in progress.
  • Fixed an issue with Python in workflows if a library was not explicitly imported.
  • Fixed an issue with the Table component where Avatar columns would display fallback text below the image.
  • Fixed an issue where getCurrentPosition() would not function correctly when running a mobile app natively.

Improved

  • The Mobile Image Input component can be configured to only take photos and not select media from the device.
  • Improved component searches in the App IDE.
  • Tags display placeholder text when values are not in the option list.

Deprecated

  • Deprecated the legacy Modal component. Use the Modal frame to display modals in apps.

Cloud-hosted Retool 3.34

Cloud-hosted Retool has been updated with the following changes. These changes will also be available in a future release of Self-hosted Retool.

Added

  • Added support for themes in the theme editor to open in their own URL.
  • Added the Pill Border Radius style option to the Tabs component.
  • Added the Icon Color style option to the Dropdown Button, Split Button, Toggle Button, File Button, Link, and Toggle Link components.
  • Added the Filter Background style option to the Table component.
  • Added the option to skip some certificate checks for gRPC resources.
  • Added the Horizontal Alignment alignment option to the Avatar component when a label is not used.
  • Added horizontal scroll and event support to the mobile HTML component.
  • Added the Placeholder Text Color style option to input components.

Fixed

  • Fixed an issue where failure conditions for JavaScript, ParentWindow, and Query JSON with SQL queries may not run as expected.
  • Fixed an issue with the Workflow IDE where the Terminate Run button may not appear if a workflow is currently running.
  • Fixed an issue with the Switch component contextual option in the App IDE.
  • Fixed an issue with the PostgreSQL integration where it may return an error due to too many connections.
  • Fixed an issue with the App IDE where the cursor may jump to the end of text input fields after making a change.
  • Fixed an issue with the Key Value component where the Progress Bar format may not displaying correctly.
  • Fixed an issue with the Key Value component where the Icon Format type may not function correctly.
  • Fixed an issue with the App IDE where some input field border radius styles may not appear correctly when previewing an app.

Improved

  • Improved the appearance of Function blocks in the Workflow IDE.
  • Improved the appearance of the Slider component.

Changed

  • Changed the default status indicator for Date and Datetime columns in the Table component.