I'd like to store the values of a multipledropdownfield into the a dynamically sized CDT's rule input.
Hello,
I'd like to store the values of a multiple dropdownfield into the fields of an cdt. So for example, I'd like to make something like the following work:
a!multipleDropdownField(
label: "Category",
placeholder: "Select Category",
choiceLabels: index(local!categoryRefData,"value",{}),
choiceValues: index(local!categoryRefData,"id",{}),
value: index(ri!ctgry, "ctgryId", {}),
saveInto: ri!ctgry.ctgryId
)
How can this be done?
Thanks!
