Dynamic Select in Repeating Grid
Hi,
I have a requirement to add a Dynamic Select in a Repeating grid, the drop down values will vary based on a property value in the page list. My grid is built on a page list such as TempPage.listProp
Now the problem is I am not able to pass the value in the pagelist as param to the dynamic select activity and I am also not able to refer it from clipboard since the primary page of the dynamic select activity is TempPage instead of TempPage.listProp(index).
When I try to pass the param I am only able to pass static values and not property references.
I am also not able to refer the index using .pxListSubscript in the dynamic select activity as the Primary Page is TempPage
I am using v6.2.
Any idea on how to make this work i.e how to get the input from the property in the page list to the dynamic select activity?
Thanks,
Pradeep