I am working on a tool that automaticly places certain views on sheets now i want to have a text on my sheet that tells me what elements are inside of the drawing, i already have a list of the different materials that are inside of the drawings as a String inside dynamo the problem i have now is how do i convert the string to a text and place it on a revit sheet? i dont know what i can do with the string, i see 3 possibility’s that are 1. making a legend with dynamo and automatically putting text on the legend and after that placing the legend on the sheet 2. Converting the string to a schedule and putting that on the sheet. 3. or is there a way to directly convert a string to text box and put that on a sheet? this is what i have now sheet:
String:
![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/0/1/01a9c37ef32fd1d81427d4a74b42df568563190b.png)
other string i can use:
![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/1/b/1b919ca0970d19b3991ef9deef5a660801d0d64c.png)
I am at a loss right now what option has the best potential to work.