Skip to main content
16-Pearl
July 21, 2020
Solved

selected Dropdown Value to bind with Service Input.

  • July 21, 2020
  • 1 reply
  • 2204 views

Hi ,

I have a service which taken input , i need to bind this input to Selected row from Dropdown. for dropdown i have created infotable and bind with Dropdown . i am able to see list of values in Dropdown but how can i get selected row from dropdown to service.

 

Thanks

Best answer by mnarang

The service which is giving data to the dropdown should have SelectedRowsChanged event, you can use this event to execute the other service and in this same service (dropdown service) there will be Returned Data in the data panel and under that you can find Selected Row(s), you can expand this and map the required field to the input of the other service. Using this flow the other service will execute when you will change any selection in the drop down simultaneously it will give required field(the selected row) to another service input.

 

 

Thanks,

Mukul Narang

1 reply

mnarang5-Regular MemberAnswer
5-Regular Member
July 21, 2020

The service which is giving data to the dropdown should have SelectedRowsChanged event, you can use this event to execute the other service and in this same service (dropdown service) there will be Returned Data in the data panel and under that you can find Selected Row(s), you can expand this and map the required field to the input of the other service. Using this flow the other service will execute when you will change any selection in the drop down simultaneously it will give required field(the selected row) to another service input.

 

 

Thanks,

Mukul Narang

16-Pearl
July 21, 2020

Hi @mnarang ,

I am using infotable which is created as property and binds to Dropdown. still i am unable to do.

VaibhavShinde_0-1595315765666.png

 

VaibhavShinde_1-1595315878826.png

 

as i have infotable as property , i bound selectedRowChanged to getPropertyValues service, in this under returned data-> Selected rows , i found infotable but not bindable with input of a other service. can you seggest correct one?

 

Thanks