Nathanael
Posts: 0
Joined: Tue Dec 11, 2012 11:25 pm

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

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!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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.

Nathanael
Posts: 0
Joined: Tue Dec 11, 2012 11:25 pm

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

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

Return to “Issues”