I am pulling up payments from quickbooks and want to either add a row in Google sheets or update a row in Google sheets if a transaction ID exists.
In Quickbooks there are only 5 invoices. I either want to add an invoice or update an amount if the ID exists but I am getting multiple bundles for this.
Hi,
Thanks for the suggestion. Doing this without an iterator does not cycle through the Quickbooks 5 collections in this example. In each collection you have a different payment.
When I add the google sheets search rows after, I get a bundle per payment found. I should have a maximum of 5 either updates and/or rows added.