Hi,
We’re working on an Airtable invoicing system. Each invoice is a record in the Invoices table, and each Invoice is made up of Activities (which live in their own table). The invoice links to a group of activities, each having a date, amount, etc.
The goal is to get all the data over to a document generator (Doucmentero in this case).
No problems getting the activities over to the document–it’s getting the information about those activities that’s getting us stuck.
We have a webhook bring the invoice into Make and then we get stuck. Do we iterate through each activity on the invoice and then through each activity? Multiple interator/aggregator setups?
TIA!