Function Name:
Get List Item
Purpose:
The Get List Item function is going to help you find and output a specific value from the inbound list based on its position in the list.
NOTE
- The input of this function must be a list of values.
- The first position in a list is referred to as position 0.
Configuration:
1. Display Label: Enter the name you want to give this function on the canvas.
2. Description: Enter a few words to remember what this functions purpose is in your pipeline.
3. Element Position: Enter the position of the value you would like this function to find and output.
Example:
Element Position - 0
Input [Value01,Value02,Value03]
Output Value01