Skip to main content

Assign

Description

This activity is a crucial activity used to assign values to a variable at the current scope. Also, use this activity to increment the value of a variable in a loop. Note: This activity is built by Microsoft.Refer to Office Documentation

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.
  • To – Specify the name of the variable to assign a value.
  • Value – Specify the value that assigns to the variable.

Example

Download Example

Assign