I have a desktop flow that has been functioning well for some time, but now it's getting stuck while trying to read the input Excel file indefinitely. I tested it with one of the older input Excel files, which only took 5 seconds to read. Both files are similar in size, containing 60 to 70 rows. I noticed that the old file has more columns than the current one, but the reading step should be able to process the file regardless of the number of columns.
I would appreciate any assistance in troubleshooting this issue.