Print all data in array

I have an array that’s made up of strings, integers, floats etc. Is it possible to output all the contents of the array at once instead of having to do a foreach loop and print out data from each variable? I want to output the array data so i can send it to a database.
I would like to output it


Sort of like how the save game node works but instead of a file i want to be able to parse it and send it to the database?

I’m afraid the short answer is no.

Using a format text node can at least consolidate the blueprint so that all data can go to one print node:

And a cheap but super helpful plugin that gives more robust but similar idea features is Debug Function library:
Debug Function Library in Code Plugins - UE Marketplace (unrealengine.com)