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
)