Pagination Code 1

PHOTO EMBED

Thu Jun 26 2025 09:26:24 GMT+0000 (Coordinated Universal Time)

Saved by @Peaky ##pagination ##zoho ##crm ##zohocrm ##zoho_crm ##deluge

update_map = Map();
counter = 1;
loopexecutioncount = 2;
lst = if(loopexecutioncount > 1,counter.leftpad(loopexecutioncount).toList(""),List());
for each  rec in lst
{
  info "counter ==>" + counter;
	get_pop_records = zoho.crm.getRecords("POP",counter,200);
		counter = counter + 1;
}
content_copyCOPY