Only 1 line item is created in Tiime, even though the Array Aggregator correctly shows Key: 4 and 4 bundles in input

Hi everyone,

I’m trying to create invoices with multiple line items in Tiime Apps via Make.com, pulling data from Airtable.

My scenario:

  1. Airtable Watch Records (invoice trigger)
  2. Airtable Get a Record (client info)
  3. Airtable Search Records (invoice lines filtered by invoice number)
  4. Array Aggregator → Target: Tiime Apps - Création de Factures → Lignes
  5. Tiime Apps - Création de Factures

:bullseye: Goal: Create one invoice in Tiime with multiple line items (one per Airtable record).

:cross_mark: 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!