How to show input excel file path in Dynamo Player

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?

Here is what’s shown in Dynamo Player.

right click the node, then select Is Input

Thanks. I’ve checked “Is Input” for those 2 nodes, but it doesn’t work.

@DavidFan74

If you are on Civil3D 2024, try adding “Watch” node to graph and set it as “Is Output”.
Look also at this link

Yes, the watch node works like magic!