Page 1 of 1

Is it possible to map multiple response parameters to an element?

Posted: Fri May 10, 2013 4:53 pm
by Nathanael

I want to be able to map multiple response parameters to an element in order to more easily work with the JavaScript of a particular element. Is this possible? I feel like it should be, but I can't figure out how!

Is it possible to have more than one "value" variable? That'd be a life saver!

Thanks!


Is it possible to map multiple response parameters to an element?

Posted: Fri May 10, 2013 4:56 pm
by maxkatz

You can map multiple service response parameters to a single page element, but they will overwrite each other. What you can do -- is use JavaScript variable. Map the response there and then select the page element. You will get access to value mapped directly and also the value mapped to JavaScript variable.


Is it possible to map multiple response parameters to an element?

Posted: Fri May 10, 2013 6:35 pm
by Nathanael

Hmm, that's disappointing, and a serious organizational limitation you guys might want to consider changing. Thanks for your help.