I’m having a little trouble getting the sum of each line items in an invoice. In the array I have a unit price and a quantity. I want to multiply these the get the sum in the array.
In this example I should be getting:
2525 x 1 = 2525
5.99 x 864 = 5175.36
total = 7700.36
Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.json file, and upload it here into this discussion thread.
Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
Following these steps will allow others to assist you here. Thanks!
I just got it to work with the numeric aggregator. The text aggregator gave me a very different number. Thank you for pushing me in the right direction.