Skip to content

Add item to poll result by ID

Plugin ID: orchestration_add_item_to_poll_result_id

Available since: 1.0.0

Adds an item together with its ID to the poll result.

Fields

The ID of the item — config key: item_id


This field supports tokens.

Type: textfield · Required: yes · Default: empty string

Data — config key: data


This field supports tokens.

Type: textarea · Required: yes · Default: empty string

Interpret above data as YAML format — config key: use_yaml

Nested data can be set using YAML format, for example my_key: "My value". When using this format, this option needs to be enabled. When using tokens and YAML altogether, make sure that tokens are wrapped as a string. Example: title: "[node:title]"

Type: checkbox · Required: no · Default: false

Validate YAML to prevent this from being executed when invalid — config key: validate_yaml

Type: checkbox · Required: no · Default: false