Solved
MultipleDropdownField
Hii,
In my case i have to edit the multiple Dropdown field value:
- My value is Record type. Eg: [ "Product 1,Product 2"]
- Choice value is Array. Eg: ["Product 1","Product 2","Product 3"]
the value from my record type is like : "Product 1,Product 2".
So, value is not matching with choice value. How to resolve this, I tried converting the value to list of text using split but still it is not working.
