I’m trying to create a scenario which creates an estimate in quickbooks.
I get a JSON payload with several items through a webhook.
I have setup an iterator and array aggregator.
All the info including quantity, item price, description and amount seem to be reaching the Quickbooks module fine, but it only outputs the descriptions.
Find blueprint and screenshot below.
How can i get the other variables to also output in the estimate?
I struggled with how to map it, initially it would make different estimates per line item which was not ideal.
Then I found a template and used the same mapping I saw there.