Skip to main content
Best answer

Work Around Needing Multiple Loops

  • February 7, 2024
  • 2 replies
  • 528 views

Forum|alt.badge.img

I am trying to create a bill inside of Quickbooks when a purchase order is received in my CRM.  The information received from my CRM is comma delimited.

 

API Part #’s - 4563z,24351,01-02-2245, ETC

For Quickbooks, to find the product, it only accepts single values, not comma delimited.  

 

The problem I’m having is I need to loop the API part #’s BUT I also need to loop the Quickbooks - Find Product action AFTER the API part# is looped otherwise when the bill is created, it only adds one line item rather than all of them. 

 

If I enter the API part # as the input, then it doesn’t find any part numbers since its comma delimited but I can’t create another loop after I loop the API part #’s since you’re only allowed one loop.  

Any ideas?

Best answer by Troy Tessalone

Hi @RichC 

The Zap action for QBO Find Product(s) works with line items.

 

Resources for line items:

https://zapier.com/help/create/basics/use-line-items-in-zaps

 

 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • February 7, 2024

Hi @RichC 

The Zap action for QBO Find Product(s) works with line items.

 

Resources for line items:

https://zapier.com/help/create/basics/use-line-items-in-zaps

 

 


Forum|alt.badge.img
  • Author
  • Beginner
  • February 7, 2024

That worked.  Used Line Itemizer