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;
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter