New services
Explore Plans
Mobile menu Close menu
ApilioApilio

Do a mathematical operation with a numeric variable

Add or subtract a value from a numeric variable in Apilio.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Variable identifier Dropdown list

Label
Which Apilio numeric variable do you want to use?
Slug
variable_identifier
Required
true
Can have default value
false

Operator Dropdown list

Label
Mathematical operation
Slug
operator
Required
true
Can have default value
true
Filter code method
Apilio.numericVariableDoOperationUpdates.setOperator(string: operator)

Operand Text input > Other

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)