You can update choice lists for specific action data objects in Touch Portal. This will update the choice lists of the given action data objects with the given data object ID. If multiple actions have data objects that are the same ID, all of them will be updated with this new given list of items.
Sending a piece of data (a message) to Touch Portal should always end with a newline character. This will indicate Touch Portal that it is the whole message.
In this case, Touch Portal will show a different list for choice data with the given id.
| Key | Type | Req. | Api | Description |
|---|---|---|---|---|
| type | Text | yes | 1.0 | The type of message. Currently the only option is "choiceUpdate". This will let Touch Portal know that we are about to change a choice list. |
| id | Text | yes | 1.0 | The id of the action data object to target. |
| value | Array | Yes | 1.0 | The collection of texts that should be the new list to be associated with this action data object for this given data objects id. |