The scenario pulls invoices from your table, groups them by client, compacts the data before sending it for analysis and writes the resulting categories back onto the records.
Invoices are processed in batches, not one by one
Data is compacted before sending — the processing costs less
Categories are written straight back onto the invoice records
Line items and clients are pulled in automatically