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.
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.