Element.Parameters to String

Is there a way to convert a list of parameters and their values to a list of text?

Thanks!

I believe that the Element.Parameters node returns a string that is both the parameter name and the value.

That’s what I thought, however I’m trying to send this data to Flux.io and its a huge file, so I’m assuming its carrying some sort of parameter data along with it instead of just being text…Not sure if this makes sense.

string from object node…?

Hi Saju, yes the string from object seemed to work. Thanks for the help!

1 Like