Hello,I am new to LC and I have been having some frustration with my
form concerning dynamic dropdowns. My form loads xml and binds the data
to the drop down. That’s good but when I add a new instance of the
subform containing the drop downs I have duplicated items. I know this
is a known issue but I was thinking that there has to be a way to remove
the duplicated items when I add an instance.Could a for each loop remove
the items based on the subform instance? And if so could you please be
so k...