Schedule - Add Fields

Hi All,

I need to add 3 or 4 parameters to over 200 schedules, I was hoping dynamo is able to help me out on this.

I’ve tried to get a concept working with no luck. See below for set-up.

The bottom node “failed” due to it not being able to take an array.

the top one failed due to it to the error below. I’m a bit confused as my understanding is that i’m giving it the wrong data type. however, in the node description, it tells me to get the fields from the scheduleview.fields.

image

Thanks

Joe

1 Like

try using ScheduleView.SchedulableFields instead of ScheduleView.Fields they are subtly different

http://dictionary.dynamobim.com/#/Revit/Views/ScheduleView/Query/Fields
http://dictionary.dynamobim.com/#/Revit/Views/ScheduleView/Query/SchedulableFields

1 Like

Yup…Annoyed that I didn’t see that.

Thanks!