
Hi All,
I am not able to see all the values in the combo box.
It is connected with Dataverse table- where i have around 7000 rows.
Is there any limitation with this? Can anyone help me on this?
Thanks!
@JD14 In PowerApps there is a limitation due to delegation (https://docs.microsoft.com/en-gb/powerapps/maker/canvas-apps/delegation-overview). A maximum of 2000 records can only be fetched at any time. Having 7000 rows in a combobox will make your App less performant. Also, from a design perspective you need to rethink as to why you need to show 7000 records? Even for the users to scroll through 7000 records is not going to be a pleasant user experience.
To overcome this limitation you can filter the data at the source and show only relevant or required information to the users.