attachment_resp = zoho.crm.getRelatedRecords("Attachments", "Token_Redemption", record_id); // info attachment_resp; for each file in attachment_resp { id = file.get("id"); info id; download_attachment = invokeurl [ url: "https://www.zohoapis.eu/crm/v7/Token_Redemption/"+record_id+"/Attachments/"+id type: GET connection:"zoho_crm" ]; info download_attachment; }