Increment
Increase a numerical value by one.
This function card is only available in Connector Builder.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
| a | Numerical value to which exactly a value of 1 will be added. | Number | TRUE |
Output
| Field | Definition | Type |
|---|---|---|
| output | Incremental result from value a. | Boolean |
Example:
If a is 16, then the output is 17.
If a is 21.2, then the output is 22.2.
