Hi Experts,
I am new to the Power Apps Portal. I have a requirement where I need to select multiple values from a lookup field. I tried rendering the lookup as a dropdown using Entityform metadata and then using some jQuery plugins, I was able to add multiple selection to the dropdown. I have used the lookup field on a form and I am able to select multiple values from the lookup field. But on submitting the form, multiple values are not added to the data-value of the lookup field on the entity list. Instead only the first selected value from the lookup field gets added.
Could anyone please help me out on how this could be achieved?
Thanks in advance