Hi all, I'm using the forge component "Drag And Drop in Reactive". In my application I've 3 lists where the first two are the lists with the "main" element, meanwhile the 3rd list will be populated with the elements inside the other two.
As you can see, in the third list, depends on what I have selected in the 2 drop down menu above these lists, there are some default elements already loaded within. So what I want to do is to save in a new variable all the elements stored inside the 3rd list, because I want to use them as options for a new dropdown. Anyone knows how to do that?
Hi,
please find the attached OML.
Hi Francesco,
To meet your needs, I created a simple demo.
In my demo, I have three lists (Employee, Department, and List3); you can drag an element from the Employee and Department lists and drop it into List3; once dropped, you can see what elements List3 contains that the above dropdown also contains.
Hi Mayank,
your demo is exactly what I need. Can you please give me the .oml file of this demo? So I can look how to implement this solution on my project.
Thank you for your help, I really appreciate it.
Regards.
I'm glad to hear that the above solution was beneficial to your project.