Trying to populate string data array using API
I want to pass a table of data into Mathcad.
Each row of data is like fluid_description (string), fluid_density (real value with units), fluid_viscosity (real value with units)
I have succeeded in sending a matrix of numerical values with and without units, and also individual string values. But can't seem to find how to send a matrix of strings.
Also worth mentioning that whilst for now I'm using the API, in future it would be intended to migrate this to Mathcad gateway.
Any advice welcome.

