Reference Items Between First and Last In List
How can I reference a specific item in a list directly just like a user can with First or Last?
Comments
-
It is not possible to directly reference an item between First or Last on the input/output mapping. However, the Get Item by Index step can input a list with a designated index number to output the value that correlates to the particular index. The list starts with index 0 and not 1.
Get Item by Index: https://documentation.decisions.com/step-library/docs/get-item-by-index
