All Commands
All Reference
Commands
KEY_LIST
You can use this function to turn a list of Keys into a List of values.
Using the example values below, the output would be "Apple, Cat"
The result will be returned in the order of the needle.
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | needle | blank | String | The list of Keys or a single key e.g. [A, C] |
2 | haystack | blank | String | The list of keys and values e.g. [A:Apple, B:Ball, C:Cat] or a query referencing a number of objects containing keys and values. |
3 | sep | comma | String | A separator to use between the output values. |
4 | none | String | The text to display if nothing is found in the haystack. |
Example
Apple - Cat