Return element transform action
Use case
You have a list of users and you would like to grab the first user in the list.
Overview
Returns the Nth element of a string or list

Parameters
Parameter
Description
Required
Element
Element number to Return, starting at 0 for the first element. -1 will return the last element
Input String or List
String or list that you would like to return the element of.
Usage
Results output
Result of example 1:
{
"id": 1,
"user": "Bob"
}
Last updated
Was this helpful?