Get Array Elements By Template

Returns elements by the provided path. Allows getting nested elements by providing wildcard * as a part of the path.

inputs:

array – link with array which elements value are needed

  • Required: yes

pathTemplate – input path to the elements which values is needed in the output. The path consists of the names of elements and is separated by dots. Part of the path must be set with wildcard *, which means the operator will be trying to get to the nested elements by path by setting the path values (e.g. 0, 1, 2) instead of a wildcard.

outputs:

elements – array of find elements values. Use this output as input into For Each Element.

Click to rate this post!
[Total: 0 Average: 0]

Leave a Reply

Your email address will not be published. Required fields are marked *