I’m trying to create a report automation. I use app sheet database as a datasource.
I tried various things, and i can’t get the automation working. I’ve switched to the simplest table I have, UserRoles, which has only one column, “Role”.
The template is the following:
<>
<<[Role]>>
<>
Form the log i see the following error:
Error: Task ‘Create report’ Body template. Found 1 unmatched ‘End’. They are: <p class="c0"><span class="c6"><>
Error: The document body is empty",More complex templates with more complex datasource tipically return the error “Can’t find ‘COLUMN’”
Any ideas on why it is happening?