Hi everyone,
I’m trying to create invoices with multiple line items in Tiime Apps via Make.com, pulling data from Airtable.
My scenario:
- Airtable Watch Records (invoice trigger)
- Airtable Get a Record (client info)
- Airtable Search Records (invoice lines filtered by invoice number)
- Array Aggregator → Target: Tiime Apps - Création de Factures → Lignes
- Tiime Apps - Création de Factures
Goal: Create one invoice in Tiime with multiple line items (one per Airtable record).
Problem: Only 1 line item is created in Tiime, even though the Array Aggregator correctly shows Key: 4 and 4 bundles in input.
After investigation, I found the root cause: the hidden field “item_attribute_name” (which should be “Catégorie”) is not transmitted by the Array Aggregator to Tiime. This was also reported here:
What I’ve tried:
- Array Aggregator with Custom target + Map toggle ON in Tiime Lignes field → only 1 line
- Text Aggregator + JSON Parse module → parseJSON() function not found error
- Text Aggregator + JSON Parse module (separate module) → “Source is not valid JSON” error due to special characters in descriptions
Has anyone successfully created a Tiime invoice with dynamic multiple line items via Make? Any workaround for the missing item_attribute_name field?
Thank you!