Add item to poll result by timestamp¶
Plugin ID: orchestration_add_item_to_poll_result_timestamp
Available since: 1.0.0
Adds an item together with the creation timestamp to the poll result.
Fields¶
The timestamp when the data was created— config key:timestamp-
Leave empty to use the current timestamp.
This field supports tokens.Type:
textfield· Required: no · 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