Number Slider works but values from Excel do not

I am trying to pass a X and Y locations for a viewport that is being read from Excel. If I use the Number slider or Code block, it works. I would like to plug those values into Revit from a sheet setup worksheet. I have formatted the excel data as number, I also tried using a string to double but failed. The error is coming from line 31 of my python script.

Python -

Dynamo Graph -

Thank you for any tips regarding this.

Your Point.XYZ node is returning a nested list. You need to get the singular item in that list.

image

1 Like

Worked!
Thank you. I need to revisit the primer, I guess.:face_with_raised_eyebrow:

1 Like