Schedule.GetData complaining about case sensitive strings

Hello,

I made a quick and easy Dynamo script which exports schedules data to a specific Excel spreadsheet.
The schedules are in a list which is directly transmitted to the Schedule.GetData node.

Unfortunatly the script returns an error when it is running.
Schedule.GetData is complaining about a schedule that cannot be found and that can be a problem of typo.
I double checked everything, the schedule names are all correct and the import works.

Any idea on how to fix that?
Thanks.


Hi there,

You are adding strings to schedule get data node. You should add schedules views.

You should look for all the schedule views and then filter by name what you want.

Cheers

Manel

2 Likes

Hello Manel,

Thank you for the hint.
It works smoothly now.

1 Like