Assign action in the Record package

Use the Assign action to assign the value of source record variable to the destination record variable.

Settings

  • In the Actions palette, double-click or drag the Assign action from the Record package.
  • Click the Select the source record variable drop-down and select an existing source record variable.

    If there are no existing record variables, create one.

  • Use the Select the destination record variable field to select one of the following tabs for the destination record variable:
    • Multiple variables: To store the output in multiple variables by providing the key and the variable to which the key is mapped. This variable can be of any type, such as String, Number, Datetime, Boolean and so on. For example, if your source record variable contains two entries; name and contact number, you can store the output as given below:
      Key Map to variable
      Name StrName
      Contact number MobileNo

      The variables StrName and MobileNo are String and Number type variables respectively.

    • Record: To store the output in a record-type variable.

      Click the Choose a variable drop-down to select an existing variable or create one.