I’m having trouble merging arrays (of collections) and then using it in a module. I’m using this to add a new attachment to a (possible) existing array of attachments.
- Get the current attachments
- Create a new attachment array
- Merge the arrays
I’m using a Set variable module to test my output and it is perfect.
However as soon as I use it in my update module the content converts to [Collection], [Collection]
What am I missing to get the full output in to the next module?