Creating a table in google docs from text aggregator but having each in a new table row

I am trying to create a register (see below) with data extracted from two google sheets cells in a multi row spreadsheet.

I am almost there but have the following issues:

  1. When the text aggregator pulls the data from the iterator I need it to ignore blank cells in one array.

  2. When sending the text aggregator output to the Google Docs table, I need it to put each name in a different row in the table.

Can anyone help? Thanks for the volunteers that help us learn- without this, the Academy only helps so far.

2Register.blueprint.json (34.1 KB)

Hey there,

from what I can tell, child is just a text tag inside the document that you are replacing with the output of the text aggregator right? But what you want is an actual table?

Here, you can build one (or add rows to an existing one) using the Make an API call module.

1 Like