How to use searchRecords to pull more than 200 records within Stateless form

How to use searchRecords to pull more than 200 records within Stateless form

Hi,

I'm using code below to pull open cases from zohoCRM and then looping through the results to create a dynamic picklist.

My problem is I've more than 200 open cases. How can I pull them all and assign to searchCase so I can loop through. I've searched and there is no while loop available in Creator

Appreciate any help in advance

  1. searchCase = zoho.crm.searchRecords("Cases","(Status|<>|Closed)",rangeStart,rangeEnd);