Dropdown in the page.

0
Hai all, I have two entities namely area and sector. Multiple areas can have one sector. I have a page where Im adding areas. But now want I wnat to implement a functionality where there is  dropdown and in that dropdown user should able to select the sector what he/she wants. Based on the selected Sector whenever adding the area, to that microflow selected Sector should go as a parameter. How can I achieve this ? TIA.      
asked
1 answers
0

Hi Mahendra,

 

Use reference selector for both the dropdown and add the Xpath constraint  in the area dropdown to get the only associated area with the sector in selectableobjects section .

 

I hope this will help you.

answered