HCL Leap - Service - Select from Domino Database

I am new to HCL Leap and have a question about setting up a Service to get information using Select from Domino Database. I have a dropdown field that I want to pull a list of employees from a traditional domino database in which we have employee information. I am able to successfully get the names of employees using Find Documents in View service operation. However, when I preview the form, it only shows the first 50 employee names in the dropdown list. There are over 1000 employee names in the view, which I have used in traditional domino forms before. I searched for settings in the service configuration to set the number of rows to display from the view, but I do not see any.

How do I pull in all names/rows from a view using a Service in HCL Leap? Some additional information, the Leap application is not deployed yet. It is still under development. Does it need to be deployed to see more results from a service?

Thank you.

You can set the constant page size to 1000 by default is 50.
If you have a larger value list it is complicated you should create a categorized view and make two value lists.

Thank you, I was able to get it working. However, the 1000 limit will be a problem since we have more than 1000 employees. Can you have more than 1000 if the service points to an external source and not a domino database? Or, is 1000 the limit no matter where the data comes from?

Thanks.

Translator

Thank you, the screenshots were helpful because the documentation I found on the web does not clearly state to set the size by using a constant. So I was trying to map the field to the page size and it doesn't work of course.