Hello there.
I have an Offer-Form in jotform. In this form i use checkboxes to check, which Offer-Item is relevant for the offer in easybill.
For each checked item, i want easybill to add an existing “INVOICE ITEM” to the offer/document.
Problem is, each time i update the given document, it deletes all the invoice items in the document and sets the actual one. The result ist, that only the invoice item of the last update ist in the document.
I tried using an iterator and array aggregator, which works technically (the array is built), and using only one update-module, but the result is the same.
I tink i miss something, as this should be a standard use-case.
Thanks in advance for all the help!