Update Variables
This function allows you to update variables inside your flows.
The variable types that can be updated are:
- Data schema
- Keystore
- Apps
- Webhooks
- Interfaces
Input parameters​
| Variable | Description | Mandatory |
|---|---|---|
| Variable | The variable to be updated. | No |
| Value | The new value that will be assigned to this variable. | No |
Response parameters​
| Parameter | Usage |
|---|---|
| result | Whether the update was successful or not. |
| parameters | The list of parameters that have been updated. |
| error | This field will contain an error message if the update fails. |