
I need to access multioption field of logged-in user in portal. The name of my field is contacttypenew which is of type multiooption set. I need to read its value. I am able to get its size as below but not getting its label or value. Please help.
{{ user.contacttypenew.size }}
Hi Samira,
Unfortunately, as of now, multi option field is not supported.
See the below extract from Microsoft Docs
The following blog helps with an alternative
https://www.engineeredcode.com/blog/powerapps-portals-multiselect-option-set
Hope this helps.