Zoho Invoices requesting Item ID when creating invoices with multiple products

Hey @Donald_Mitchell

Following up on a reply you posted in this thread: Create Zoho Invoices with multiple products from Notion - #9 by Donald_Mitchell

I thought I understood you mentioned Zoho said when adding line_items, item_id was optional and name and description were only required but Zoho does require an item ID to create an invoice in my case (see below)

Any clue how I can solve this? What should I enter for this field?

Many thanks!

Hello @Bennaim,

Yes, Item ID is optional, but the way the Make module was created it’s required.

I don’t remember if we tried using something like {{null}} or {{emptystring}} or {{ignore}} in that Item ID field as a workaround.

If those options don’t work, you need to create an API call instead.