Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
How can I bind a selected text from a list to a service input?
I am trying to populate another list based on the selection from the first list.
The service works but I can't figure out how to bind the selected text from the first list to the service input.
Solved! Go to Solution.
You can use Selected Row in the data section of the service .So map the attribute of the Selected Row of first service to the input of second service .This way if you will change the selected row of first list every time it will pass the particular selected text value of the list to another service .
Thanks,
Mukul Narang
You can use Selected Row in the data section of the service .So map the attribute of the Selected Row of first service to the input of second service .This way if you will change the selected row of first list every time it will pass the particular selected text value of the list to another service .
Thanks,
Mukul Narang
Thank you! I was able to get it to work after
1. Configuring the 2nd service by binding the "Selected Row" of the 1st service to the input of the 2nd service
2. Configuring the 2nd service by setting the event trigger to "SelectedRowChanged" under the 1st service
I didn't know that services are configurable like widgets