I’m working on a simple POC of a workflow optimization with Gumloop, where an initial node takes in a PDF (with OCR), with the goal of extracting the text. I wrapped this in an ‘Error Shield’ as recommended, but for some reason although the actual core node (the OCR) works as expected, the wrapping Error Shield fails, preventing further program execution.
Hey @arathdev! 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.
I tried removing all Error Shield Nodes, and then it gives me an error of ‘operator’.
I tried a number of variations of this advise, removing them, adding them back, removing and then adding the inputs (e.g, the files I’m trying to read), etc.