Compute
Compute
Calculate a number from an expression and save it as a variable
Fields
| Field | Type | Required | Description |
|---|---|---|---|
expression | string, 1-200 chars | yes | An arithmetic expression over variables. |
saveAs | {scope, name} | yes | Where the numeric result is stored. |
Example
{
"id": "01H8XGJVBWX7Y5Z3K9M2N4P6Q1",
"type": "compute",
"expression": "1 + 1",
"saveAs": {
"scope": "run",
"name": "result"
}
}Updated about 14 hours ago
Did this page help you?
