AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
ApilioApilio

Update a string variable in Apilio

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

Action fields

Variable identifier Dropdown list

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

Variable value Text input > Long text

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