data processing

Hello,

I need a little advice.
i have a private blynk server.
I have a master Arduino receiver which processes a hundred information received from multiple transmitters.
only the master arduino is connected to the blynk server.
each information received is sent to a Pin V
how can we treat all its information in an array on blynk?

thank you

You can parse it all into an array on the Arduino. How do you plan to view that array in Blynk?