I am trying to setup a dynamo script to import .csv data as part of our company’s workflow on multiple projects. I need the ability for the script to allow users to set a unique file path for each project to import this data. Everything I see so far requires the script to have the file path set within Dynamo first and that makes the file path static for other users.
Hi @jbrunkhorst,
Are you sharing your graph with others via Dynamo Player? If so, then you can right-click on the file path node in your graph and set it to “Is Input”. Then others users can have the option to change it in Dynamo Player.
1 Like