There is a core node to turn an array into a string, but not one to do the inverse, converting the string back into a list. I am trying to save information customizing how a script is run back to a Revit parameter (as a string) then will pull that parameter data and turn it back into a list. I can get it to work with core nodes, but it seems like something that could be done in a more stable fashion either with design script or with python, I just don’t know enough python to make it happen. My node based method also creates a warning (since it produces nulls) and I’ve found the formula node is prone to breaking (but does get the result needed, which the if node doesn’t). Is there a way to convert a string back to an array better?
This is for Revit 22/Dyn 2.12 currently, but Dynamo with Revit '23 has a node to do this that would work too!