split array

Hello

I’m trying to make a break line when I get the stations from an Ubiquiti AP using this array:

Stations: [array(oid_column(“1.3.6.1.4.1.41112.1.4.7.1.2”))]

But I received all the station names in a single line separated by commas. Is there a way to show the data like this?:

station1
station2
station3



Best regards.