Query on Remove Item from List

Query on Remove Item from List

Comments

  • I have created a car list with values (Audi, BMW, Suzuki, Honda, Renault) and I am running a for each step to iterate through every value of car list. After this I am removing the item using Remove Item from List function. So after first iteration my output after Remove Item from list function is (BMW, Suzuki, Honda, Renault).
    For second iteration I want to use this output (BMW, Suzuki, Honda, Renault)

    How can the output of remove from Item list be used as input to For each step.

Sign In or Register to comment.