Get Current Row in a loop and pass it to the page via a parameter with collection type
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-05-19 03:30 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-05-19 04:06 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-05-19 04:41 PM
Thank you, but I'm more concerned with the question:
Â
Is there any way to do this with Loop Stage?
