mahesh babu rayalla
Hello,
I have radio buttons on the form and under that there is a single select. I want to populate single select with the list data from a ajax service according to the input from the radio button selected. How can we do that.
SPARK Support
Hi Mahesh,
Refer to Example 4 of the following article:
https://salientprocess.zendesk.com/hc/en-us/articles/206387757-Single-Select
However, you will need to configure the Service Input Data configuration option with a variable populated by the selection from the Radio Buttons.
From there, you will be able to adjust the logic in your AJAX service to make a decision based on the data Input variable.
Regards,
Stephen P.
mahesh babu rayalla
Hi Stephen,
Thank You. I Appreciate your quick response.