HI,
I have a list picker in my page, wanted to get the List Picker selected item (Not the display or return value, I want the whole context, so I can use other properties in the selected item).
I used,
context.evaluateTargetPath("#Page:PageName/#Control:ListPicker/#SelectedTarget"),
but I am getting below error.
Uncaught Error: Could not evaluate the selected index of the control.
Is there a better way pass values between the pages?
Thanks in advance,
Ram