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.
-
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
-
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.

-
Provide details about the issue—more context helps us troubleshoot faster.
You can find your run history here: https://www.gumloop.com/history
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 