I need to export data from notion to Google docs. Two documents will be generated. The structure of Notion is a database and below the database are two tables. In Array aggregator there are two operations. I need to combine the data from both operations into one document. Specifically Array - plaintext.
I have two tables in Notion. I want to export data from these tables to google docs in one document. I currently have the data from the tables in an array aggregator. The first table is operation 1 and the second table is in operation 2. Probably, there are two operations, so it will generate the document twice in google docs and these data are not in one document.
You have an aggregator to aggregate the contents of each database, but I don’t see a second aggregator to aggregate (combine) both databases together.
Every result (item/record) from a search/match module will output a bundle. To “combine” them into a single structure, you’ll need to use an aggregator of some sort.
Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module.