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
- Label
- Which Apilio string variable do you want to update?
- Slug
- variable_identifier
- Required
- true
- Can have default value
- false
- 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)