Gets a value from the matrix

Last published at: April 26th, 2021

Description:

Sets the value of a given matrix cell

Inputs

  • xmlVariable – variable that holds the xml for the matrix
  • columnName – name of the column
  • rowIndex – index position for the row
  • valueToAssign – value to assign to the cell
  • setMatrixValue – multiple cell values to assign 

Returns

  • True – step executed successfully
  • False – step failed to execute 

Usage:

Example:

Let’s build and execute the setMatrixValueDef example.          

  • Create a new definition called “setMatrixValueDef
  • Select the definition and click the “design” button
  • Drag a setMatrixValue step from the toolbox
  • Connect the dots between the start and setMatrixValue step

  • Click on the “setMatrixValue” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic
  • Click on set multiple matrix cell values  and enter details.

  • Save the workflow definition, create a workflow instance and execute. Step should set value to matrix cell.