Lists are created with [] syntax: stageList = ["Qualification", "Proposal Sent", "Negotiation"];. When you call zoho.crm.getRecords("Deals"), the result is returned as a List of Maps, where each Map represents one Deal record. You then loop through the List using a for each loop to process each record individually.
Deluge lists support .add() to append items, .get(index) to retrieve by position, .size() to count items, and .contains() to check membership. These operations are used constantly when processing collections of CRM records in automation scripts.
A Deluge List is an ordered collection data structure used in Zoho CRM Custom Functions. Lists hold multiple values or records, and are typically returned when querying multiple CRM records. They are iterated using for-each loops to process each item individually.
Aaxonix is a certified Zoho implementation partner based in Pune. Architecture-first, no surprises.