HTTP API Process name: Set cell value
Sets the value of all Grid cells that match a comparison against the 'from' value to the 'to' value.
Process JSON
{
"Operation": "Item.Grid.SetCellValue",
"PropertyMap": {
"_from@": "123",
"_to@": "321"
"_comparison@": "1"
}
}
Property Description
Note: Properties shown in RED are mandatory.
'From' value*
The original value to compare, as a simple value, or as an expression, eg '123' or '_AverageGridVal# + 2 *_StdDevGridVal#'
'To' value*
The new value to use, as a simple value, or as an expression, eg '321' or '_NoDataGridVal#'
Comparison
The comparison to use when testing the original value, eg 'Less than', Greater than or equal to', 'Equal to', etc