How to use 1 txt file for multiple inputs

I’m new to Dynamo and I couldn’t find the solution so far.

Is there an easy way to use 1 .txt file and link multiple inputs for blocks in Dynamo? More specific, 1 .txt file that includes all camera info for the 3D view and target.

Thanks in advance

File.ReadText and String.Split will get you started. A CSV is likely a better option though.

4 Likes