Set action
Set action activity allows writing data to a cell in the dataset.
| *Dataset name | Reference name of dataset. |
| *Column | Column name or column index. |
| Row | Row index. |
| *Value | It refers to the value required to be written to the data set to be processed. |
| *Type | Type of the value to set. |
Note: * Fields selected with are required, others are optional.
Dataset name example
You can use the Dataset name as shown in the example.
newDS
Column examples
You can use the Column name as shown in the examples.
Column value starts at 0.
0
Name
Row examples
You can use the Row name as shown in the examples.
Row value starts at 0.
0
Value name examples
You can use the Value name as shown in the examples.
Robusta
${Name}
Type examples
You can use the Type as shown in the example.
STRING
INTEGER
DOUBLE
DATE
BOOLEAN