Filtering loop elements on their index
Use an IndexRangeLoop function to filter elements in a loop based on their index.
Before you begin
About this task
firstName,lastName,salary
Steve,Rogers,185
Tony,Stark,200
Natasha,Romanoff,175
Bruce,Banner,150
Clint,Barton,135
Procedure
Results
You can use the Test Run feature to see
the result. In this example, the following output is returned:
firstName,lastName,salary
Natasha,Romanoff,175
Bruce,Banner,150
Clint,Barton,135