I wrote a script to read an Excel spreadsheet, and it runs well in the Dynamo editor. However, when I run it in Dynamo Player, it doesn’t display inputs for the user to select the file path and sheet name. Is there a way to make these inputs visible in Dynamo Player?
Thanks. I’ve checked “Is Input” for those 2 nodes, but it doesn’t work.
If you are on Civil3D 2024, try adding “Watch” node to graph and set it as “Is Output”.
Look also at this link
2 Likes
Yes, the watch node works like magic!
1 Like