Select

Last modified 22 Apr 2021 17:31 +02:00

Description

Selects a given item (container, reference, property) from the input data and copies its value(s) into output. For example, accepts a list of users and selects only their accounts.

Input

Any value.

Output

Values of selected item(s) in input values.

Properties

Property name Meaning

path

Path to the item to be selected

Examples

Assuming users on input, selects accounts of these users
<select>
  <path>linkRef</path>
</select>
Was this page helpful?
YES NO
Thanks for your feedback