Limit for items in Apps dropdown?

Is there a limit for items in a dropdown in UiPath Apps?

We have a app where a dropdown is getting data from a Data Service entity. There are approx. 2100 records in the Data Service entity, but some of them are missing in the dropdown.

Is there a limit? And if so, can it be modified?

@stch ,

Data service returns max 1000 records in a single call. If you have more than 1000 records then i would suggest please use Popup page to select records ,

You can search the result based on some input value and return the records into table and then select the item.

Thanks,
AK

@Arvind_Kumar1 thanks for your answer. Can you elaborate on your thoughts a bit more? Preferably a solution in DS as users have no attended robots…

@stch ,

You can build a search page to find the possible result to filter result less than 1000,

Assume, you have student Entity then create a page and filter the records based on Student Name, Roll Number and more fields and return the result.

Once you select the result into list return to text box into your app page.

Something like this Data Service in Apps

Thanks,
Arvind

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.