Skip to main content
August 23, 2023
Question

how to configure multiple dropdown using record

  • August 23, 2023
  • 2 replies
  • 0 views

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

2 replies

akashk8672
August 23, 2023

you can first convert the record fields into array.for example

local!array:a!foreach(

items:recordfields,

expression:fv!items

)
August 23, 2023

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.