Quotes creation - duplicate customer

:bullseye: What is your goal?

Hello,
I am using Tiime Apps in Make and I have two issues:

  1. Duplicate customer
    When a customer already exists in Tiime, the “Create Customers” module returns the error [400] A customer with the same name already exists. I tried the Resume handler, but I get the error Invalid number in parameter ‘id’. How can I retrieve the ID of the existing customer to continue the scenario?
  2. Quotes with multiple lines
    I use an Iterator + Array Aggregator to create a quote with multiple lines. The Array Aggregator receives the bundles, but Tiime Quote returns Missing value of required parameter ‘quote_quantity’. The Quantity, Price, and Label fields appear empty despite the get(split(value;“~”);3) formulas. How can I correctly map the lines of an Array Aggregator to Tiime Apps Quote Creation?
    Thank you!

:thinking: What is the problem & what have you tried?

Hello,
I am using Tiime Apps in Make and I have two issues:

  1. Duplicate customer
    When a customer already exists in Tiime, the “Create Customers” module returns the error [400] A customer with the same name already exists. I tried the Resume handler, but I get the error Invalid number in parameter ‘id’. How can I retrieve the ID of the existing customer to continue the scenario?
  2. Quotes with multiple lines
    I use an Iterator + Array Aggregator to create a quote with multiple lines. The Array Aggregator receives the bundles, but Tiime Quote returns Missing value of required parameter ‘quote_quantity’. The Quantity, Price, and Label fields appear empty despite the get(split(value;“~”);3) formulas. How can I correctly map the lines of an Array Aggregator to Tiime Apps Quote Creation?
    Thank you!