improved

November 24, 2022

We released minor bug fixes and UI improvements. Also new Action type "Assign Values" was added in Automation Builder. “Assign Values” action allows to assign static values to application variables.

Release Details

Run the [automated process] (doc:automation-builder) that lets you assign static values to application variables.

📘

For example

Every time an application is submitted, you want to assign static values to an application.

Using Calculated Variables is not an optimal solution because the value might change after the application is created or you may need to change the value in the future but impact new applications only.

This could be implemented using the automation builder, by adding an automation with the following details:

  • Trigger: Run the automation whenever an application enters the "New Application" status.
  • Actions: Run the action "Assign Values".

You can assign static values to multiple variables per each action.

686