Skip to main content
16-Pearl
February 15, 2019
Solved

How to bind selected text from a list to a service input

  • February 15, 2019
  • 2 replies
  • 1678 views

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.

Best answer by mnarang

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 

2 replies

mnarang5-Regular MemberAnswer
5-Regular Member
February 15, 2019

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 

Willie16-PearlAuthor
16-Pearl
February 15, 2019

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