Hi
One of the field in presentation layer as part of 'predefined answers' property makes a call to the action script that internally returns a array containing key and value pair
{
"name1":"instanceid1",
"name2":"instanceid2"
}
What I want to display to the user as part of field input are the keys i.e. name1, name2 only and when the user select the key, internally I want to fetch the correspond value (which in this case instanceid1 or instanceid2) in order to talk to the endpoint i.e. rest server.
Please let me know how to do this in vRO.
Thanks in advance,
Salil