Hi
I have a step that runs a query from mysql
select A, B, C from tablesource;
then in a Google Document I have the {{table}} tag to use a Google Docs “create a document from template”
Since the result from the SQL step gives A rows, B rows, C rows, and not as a single object.
How do I send the result from the query as a single object to be used in the table in google document?
Or alternatively, send the A row, B rows, C rows, as single lines in one table the google document?
Thank you