Add or subtract a value from a numeric variable in Apilio.
- API endpoint slug
- apilio.numeric_variable_do_operation_updates
- Filter code method
- Apilio.numericVariableDoOperationUpdates.skip(string?: reason)
- Runtime method
- runAction("apilio.numeric_variable_do_operation_updates", {})
Action fields
- Label
- Which Apilio numeric variable do you want to use?
- Slug
- variable_identifier
- Required
- true
- Can have default value
- false
- Label
- Mathematical operation
- Slug
- operator
- Required
- true
- Can have default value
- true
- Filter code method
- Apilio.numericVariableDoOperationUpdates.setOperator(string: operator)
- Label
- Numeric operation input
- Helper text
- This is the number to add/subtract from your variable's value
- Slug
- operand
- Required
- true
- Can have default value
- true
- Filter code method
- Apilio.numericVariableDoOperationUpdates.setOperand(string: operand)