cancel
Showing results for 
Search instead for 
Did you mean: 

Get Current Row in a loop and pass it to the page via a parameter with collection type

IvanKoshkidko
Level 2
Hi   There is a loop on the collection In it we can get the value of the current cell for example as Col1.Filed1 as we can obtain all values of the current row? We can assume that this is Coll1, but Coll1 returns the entire collection and not the current row. We want to pass the current row as a parameter.  
2 REPLIES 2

HimanshuMishra
Level 3
Hi For the problem you are stating is possible but it is possible using collections only. So in the loop you can take out the row values in other single row collection by using copy row functionality and pass the single row collection as the page reference. That's how you can pass the entire row without using individual values.

IvanKoshkidko
Level 2
Thank you, but I'm more concerned with the question:   Is there any way to do this with Loop Stage?