scope issue
Content
I have following 2 pages in my main flow.
| main
| main-start
| main-detail
my main-start page has table with rows. This table also has a column Heading called Details. I have put ViewDetails button in this column.
So what i want to achieve is :
1> When rows get displayed in the table..
2> User will click ViewDetails button of one of the rows
3> User will be navigated to main-detail page and this page will display additional information details of that Row.
I know to achieve this on click of a ViewDetails button you fire a Quick start event followed by Action Chain
a> you will automatically have the entire row data sitting in $chain.variables.current.row
0