Any way to replay Web Service Request or skip back to a block before the webservice call? | XM Community
Skip to main content

Hi everyone,
We have implemented a Web Service as a part of a questionairre that calls an matchmaking API for some answers that are part of a question on the next page.
Now we'd like to give the respondents the option of in some way going back and replaying that web service to get an updated set of matchmaking suggestions. I've read that the webservice in between blocks disables the back button. So i'm wondering: is there any way to call the API again? Using branching logic in some way? Table of Contents (but they don't seem to allow Web Service children)? I'm open to manually modifying the answers on the page using the question javascript API, but I'd rather not put the header credentials of the external API on the client side of things.
Any idea's?

You can add your API call in "Groups" and duplicate to call it multiple times. Please note that you may have to display block of questions again to show updated data.


Leave a Reply