Did some testing in Studio. Skip While Function will skip the first result that satisfies the condition. This filters the results to 4 items leaving out the Mango row. Then we call the item from the results with the index 0 which is apple for the quantity value which is 10. Changing the index would call the other items in the filtered results
Note: Only skips first occurrence so if you were to add another Mango row to the end of the input file, the second occurrence would not be skipped and would still show in the results if you call that index
skipwhile will only skip Items all the way to mango, but quantity index is still at 0 thus answer is 10. even if item = pear, the answer will still be 10
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
e92a31f
2 days, 10 hours agoe92a31f
2 days, 10 hours agoAplin
4 months, 2 weeks agoUi_Bot001
7 months agomilindkumar
11 months, 1 week agoASMA__
1 year, 1 month agoASMA__
1 year, 1 month ago[Removed]
1 year, 1 month agoEricHsu
1 year, 1 month agotenso
8 months, 3 weeks agoEricHsu
1 year, 1 month ago