Hi,
I need to use more than 10 multi-select dropdowns for the CRM portal app.
i looked at this option. it is working.
https://community.dynamics.com/365/b/engineeredcode/posts/powerapps-portals-multiselect-option-set
However, if i keep the place holder text field for more than 10 dropdown fields. I will end up creating more than 20 fields (10 multi-select option set fields and place holder text fields which used to save the selected values. Then use a plugin to read from the text field to save the values to multiselect optionset field).
Is any way to implement a multi-select dropdown without having placeholder text fields?