How to show multiple dropdown using the record type. The field in record type cannot be made multiple, only the record type can be made array. How to achieve this
Discussion posts and replies are publicly visible
you can first convert the record fields into array.for example
local!array:a!foreach(
items:recordfields,
expression:fv!items
)
Hello Kumar, You can first store the values selected in the multiple dropdown in a local variable and on click of the submit button with the help of the a!forEach() function you can save those values to the specific records by casting it into multiple record type ruleinput.