Data Shapes Directory Path Input not working

Hi all,

I have a very simple script that exports Revit schedules to excel as seen below:

This works as expected.

As soon as I expand it to try and get a user input from Data Shapes, I just get Nulls from the SchedulesExporter node… Am I missing something?

Could anyone help me with this?
Thank you!

Check output of UI++. Which level has directory path? You can use then x[0] or its index to pass it there.
If that does not work, add Transaction.End after UI++ and Passthrough node wait for Transaction.End node.

1 Like

Hi Deniz,

So simple thank you, It was the wrong level coming out of UI++.
Appreciate the assistance!

1 Like