So, as a newly joined member (and pure dynamo newb), I’m not allowed to upload attachments. So here goes anyways.
I’m trying to import an excel file containing one column (7items) of job related data. I have the items extracted to a list, how do I make an mtext item of those items in the list show in my dwg file.
I seem to have list.getitematindex working, from there it goes to list create (not sure if this is needed? ) and then to mtext.contents. That where the message: (portion extracted from the help file)
“This error message indicates that the node you are using is expecting a certain type of input(s) but has received a type of input it cannot use…”
My last node is mtext.create, which has all the requisite inputs seemingly satisfied, except for the text input (first input list item), because of the mtext.contents error.
My searching for mtext on this forum(s) gave me results which didn’t seem to answer my problem, some had python code blocks, which I’m not sure if I need or not.
I’m not using any additional packages in my graph.
I simply want to have one excel column of notes imported to my dwg using dynamo.
Thanks



