Activities
Collection of Objects From String
This activity splits the InputString parameter based on the Separator parameter and builds a collection of Object items as output.
Activity Parameters
The Collection of Objects From String activity parameters can be provided by manual inserted values or via IN arguments or variables:
...
- Output Collection (type: collection<object>): outputs a collection of type object containing the separated elements from the input string.
- Output Count (type: int32): outputs an integer equal to the collection count.
Get Element From Collection
This activity returns an element from a specified index from the given Input Collection.
Activity Parameters
The Get Element from Collection activity parameters can be provided by manual inserted values or via IN arguments or variables:
...