I am having trouble running this code that is dependent on reading and processing some data in a few excel sheets

here is my workspace, i’m getting an error trying to pass the excel sheets to the python code. I am not sure if the function is operating properly or if I am doing something wrong with the method of uploading the files…

https://www.gumloop.com/pipeline?workbook_id=kHqULHLMCNfAGEqVR2tgP7&run_id=YPZkX94kXeaERxjUCgJXxM

Hey @fhodges! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.

  1. Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}

  2. Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
    GIF guide

  3. Provide details about the issue—more context helps us troubleshoot faster.

You can find your run history here: https://www.gumloop.com/history

https://www.gumloop.com/interface/Uploads-2yFjUu4sRfjzAf8tCQmwBo

Hey @fhodges – Under the More Options on the Run Code node you can enable Add File Input:

This would only enable a single file input though. For multiple files I’d recommend using a custom node. File inputs will be uploaded to the current working directory and can be accessed directly with the filename.

Video Tutorial: https://www.youtube.com/watch?v=yHjxbmdg-cI&ab_channel=Gumloop
Custom Node Workshop: https://www.youtube.com/watch?v=ovCCWfgWv4M

Let me know if this makes sense and works for you :slightly_smiling_face:

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.