Description

Collects and stores the value of a given cell.



Attributes

Output

  • Value - The value of a specified column and row to be stored.

Input

  • Column - The column where the cell is located.

  • Row - The row where the cell is located.

Common

  • ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.

Misc

  • DisplayName - Renames the activity.


Example

For this example, this is what the sample CSV document contains:



  1. Add a CSV Sequence in the initial Sequence. 
  2. In the CSV Sequence File Path field, search and select the CSV document that you will use.
  3. In the CSV Sequence Delimiter field, write ','.
  4. Inside the CSV Sequence, add a CSV Update Field activity.
  5. In the CSV Update Field Column field, write 2.
  6. In the CSV Update Field Row field, write 3.
  7. In the CSV Update Field Value field, type 26.

    The use case should look as the following screenshot:



After executing the workflow, the value in column 2 and row 3 should be updated with the specified value.