Search code examples
dynamics-crmpowerappspowerapps-modeldriven

How to create a Multi-Option Lookup field in Power Apps Model driven app


I’m new to Power Apps model driven app. Could you please guide me how to create a column which accepts multiple users from User Entity.

I have an Account Table in which there can be multiple owner.

As of now I have created a lookup field which accepts only one record.


Solution

  • please check out this PCF Control: https://pcf.gallery/polylookup/

    I've created this control with more advanced features compared to other available controls in PCF Gallery such as supporting N:N and custom N:N relationships, dynamic filtering, quick create, and more.

    Hope this helps!