A script that was working properly a month ago now gives a simple error message on an Excel import. Data is stored on Autodesk Construction Cloud, however there have been no changes in terms of location.
This should work unless there is an error into the excel file try the same script with another excel file, also try to put a Boolean True for “ReadAsStrings”
What is this yellow thing in your screenshot? I marked it by red arrow.
What results gives you the Data.ImportExcel node after the error?
In case you could share the excel sheet & a part of the script so I may can test & understand better the error.
I’m sorry I’m having an older version of Revit so the Revit file didn’t open, despite all, also the dynamo file couldn’t be opened with Revit-Dynamo version 2.3 nor with Dynamo Core 2.16, Seems something Wrongly with the Dynamo file.
Try to reconstruct from new the dynamo file you have, following to the old one if it’s opening at you PC and try again.
I had a similar issue with importing excel, my work around is using the newer Data.OpenXMLImportExcel node. See if that helps you, just needed to convert filepath to string and gtg.