What is your goal?
To get the Xero ‘Create an Invoice’ module to recognise an array as an array
What is the problem & what have you tried?
I’m creating a Xero invoice, and am setting the line items via an array that is being parsed from a JSON and then aggregated. However, despite the Tracking section of the bundle being set to an array, the Xero ‘Create an Invoice’ module keeps spitting out ‘BundleValidationError’ and ‘Array of objects expected in parameter ‘Tracking’.’. Attached is the bundles outputted by the array aggregator and the error message from the Xero ‘Create an Invoice’ module. How do I get it to recognise that the array is in fact an array?
Error messages or input/output bundles
BundleValidationError
Array of objects expected in parameter ‘Tracking’

