I'm trying to create an HTML Snippet on a page in Zoho Creator and would like to create an HTML table pulled from a list of time entries that I have in a form. I have successfully pulled the collection of time entries, but the code that I have built to put these entries into a table is only returning one row / one entry into that table. I'm using the "for each" function. Does anyone know if I'm doing something wrong?
Looks like you will need to include the "<tr>" tags for each row within your "tablebody" variable, otherwise it'll include all the cells within one row. Something like: