How i can import some rows to zoho creator and send these rows by email to a specific user. I made this but send separated emails by row. I need to group all rows and send as list or some other option but in ONE email.
Is this possible with zoho creator??
data = Invoice_Tracker[Fecha_Emision == "02-Oct-2019"].Folio_Dte;
sendmail
[
from :zoho.loginuserid
to :"xxxxxxx@gmail.com"
subject :"lista facturas"
message :data
]