How to get rid of extra rows with comma in a <<Start .... >> <tr> ... </tr> <<End>>

I’m sending emails via Workflow → Webhook → Post JSON to a custom url. In the body I use html tag included in the <> <> expression.

Tables received by mail contain extra rows with a comma inside if the number of rows produced by <> <> expression more than one.

Are there any ways to get rid of this extra rows with commas inside?

Thanks.

Please review the following thread:

[Does a <<Start>> expression output a comma be...](https://community.appsheet.com/t/does-a-start-expression-output-a-comma-be/936) Questions

Does a <> expression output a comma between every record? That seems to be what is going on with mine, but I do not want that comma to be there. Is there some way to get rid of it? I’m outputting code for an HTML table <

1 Like

@Yurii_Kondakov
<<Start>><<End>> generates a comma seperated list, therefore you’re noticing that comma between the rows.

1 Like

@Phil