Hi
Using data from an api request where I have order line items that I push in to an Iterate module and then to an aggregate module so I can push the data into the endpoint.
The aggregate module have a ready set up for the fields needed so the keys is correct.
Problem is that it also push keys into the array that has a null value (empty) and the endpoint is not accepting null values (the keys with empty values should not be there at all) .
How do I delete the keys with null value, is that even possible?
Another solution could be to set up the aggregate module as custom, but then the keys are not correct - is it possible to change them somehow?