
Announcements
We need to implement multi-select dropdown fields in Power Apps Portal for which we are using HTML <select> tag. Which is not providing us checkbox experience, as HTML doesn't have default functionality for that. To resolve this issue we need to use external CDN and plugins in our code through Custom JavaScript option provided under Additional settings of Basic forms. Can you please help us how to import plugins there and how to get required experience.
Hi @Mradul
Please have a look at the following article. You can implement exactly what you have described.
https://www.engineeredcode.com/blog/powerapps-portals-multiselect-option-set
Offical docs:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/tutorial-write-plug-in
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.