AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
ApilioApilio

Update a numeric variable in Apilio

This action will update 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
This action will update a numeric variable in Apilio.
API endpoint slug
apilio.numeric_variable_set_value_updates
Filter code method
Apilio.numericVariableSetValueUpdates.skip(string?: reason)
Runtime method
runAction("apilio.numeric_variable_set_value_updates", {})

Action fields

Variable identifier Dropdown list

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

Variable value Text input > Other

Label
New value for this numeric variable
Helper text
Enter the value that the numeric variable shall store
Slug
variable_value
Required
true
Can have default value
true
Filter code method
Apilio.numericVariableSetValueUpdates.setVariableValue(string: variableValue)