GetProjectDetails Integration Task returns only 100 last projects ?

GetProjectDetails Integration Task returns only 100 last projects ?

Hi Everyone,

I am new to Zoho and Deluge, so this may be an easy one for the experts :).
On Form load, I am populating a dropdown field with the list of all active projects. I do this using a Zoho Projects Integration Task:
projects_response = zoho.projects.getProjectDetails(portal_name);

Unfortunately, I only collect 100 projects. I thought it may be linked to a limitation in the dropdown field but it's not as I also collected 100 records when displayed through the debug (info projects_response;).

Is there any way to get the full list ? I tried to manage paging the same way I do it for the Zoho Books integration, but it seems there is only one argument you can provide in Creator for the call to getProjectDetails :(.

Many thanks for your help.
Kind regards,

Guillaume