April 15, 2025
In this release, we bring you project bulk actions, updated parameters and IDs for Integrations, and more!
Project bulk actions
To simplify project management and save time when working with large sets of projects, users can now perform the following actions on multiple projects at once — without needing to open each project individually:
- Pin / Unpin projects
- Change project statuses
- Change or remove a custom field’s value
Integration updates
You can now see each individual integration’s unique ID and copy them with ease when needed.
On top of that, we’ve updated the get_integrations()
function to receive additional parameters for the integration’s ID, creation date, creator’s email, and the date of its last update.
Multimodal component values
We've implemented a validation system to ensure that all multimodal component values are of the correct type:
- String - Markdown , Text Area , Paragraph , Text Input , Select (single select) , Radio , Code , Date , Time , Image , PDF , URL , Video , Audio , Avatar , CSV
- Array of Strings - Select (multiple select) , Checkbox
- Number - Number , Slider , Voting , Rating
Additional features & improvements
- From the Project Contributors and Team Members tables, you may copy a user’s name and email address directly from its corresponding cell.
- From the Projects list, you may copy a project’s name directly from its corresponding cell.
- In Orchestrate, when defining a custom action’s Event Object, you now have the possibility to add custom arguments in JSON format so that you can customize the behavior of the handler function efficiently.
- The new
list_workflows()
function will return all your team’s workflows and their metadata. - The
get_project_metadata()
function will now return a project's workflow metadata.
What do you think of the updates? We'd love to hear your feedback.