Skip to main content

Multi Assign

Description

This activity is similar to the Assign activity, and here it assigns values to multiple variables and arguments.

Configuration

The Assign configuration allows you to define multiple variable assignments, each consisting of a To and Value pair. This feature helps initialize or update variables within a workflow or automation process.

Multi Assign

  • To – Specifies the variable's name to which it should assign a value. It should be a valid variable identifier within the scope.
  • Value – Defines the value to assign to the specified variable. Depending on the context, it can be a static value, an expression, or the result of another operation.

Properties

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Example

Download Example