Skip to main content
1-Visitor
October 23, 2019
Solved

get 2nd selected value before select first drop down value

  • October 23, 2019
  • 2 replies
  • 1159 views

WeChat Screenshot_20191023171529.png

when I select first value using drop down widget, 2nd value should be limited. how to do this service?

for example. if I select production Volume---Milk----UHT Small Pack, in SKU drop down list, it cannot show Whipping Cream 1000 ml.

 
Best answer by rjanardan

You must be using a service to populate your drop downs. Under Returned Data -> Selected Rows-
> <your Line property> of the service, <your Line property> will have the value that has been currently selected in the mashup. You could then use this as an input to another service that populates the drop down for SKU and returns only the valid values. 

2 replies

rjanardan16-PearlAnswer
16-Pearl
May 6, 2020

You must be using a service to populate your drop downs. Under Returned Data -> Selected Rows-
> <your Line property> of the service, <your Line property> will have the value that has been currently selected in the mashup. You could then use this as an input to another service that populates the drop down for SKU and returns only the valid values. 

Support
May 18, 2020

Hi @xiaoqw.

 

If the previous post answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon