I want to set up the flow so that it runs if certain conditions are met, and if there are errors, send a different error message depending on the issue.
There are 1-2 inputs which are necessary for the flow to run. If the input is empty, I want to terminate the run.
There are other input nodes that feed a URL to a Google Doc reader that aren’t crucial but might have issues due being passed empty text etc. If that’s the case, I want to send an error report via email that mentions what the issue is to help with debugging.
Hey @samhbarton! 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.
Let me know if that clears things up and if anything is confusing at all. Happy to collaborate on this and get it across the finish line—definitely one of the trickier parts of setting up a workflow.
Also flagged your workflow internally to help resolve the lag issue. We’re actively working on speeding up the platform.
The ‘Workshop notes’ input is crucial. If there’s an error OR if it’s empty, I want to terminate the run.
The other two inputs, ‘Debrief transcript’ and ‘Workshop transcript’ are optional. I want to proceed even if they are empty (which would throw an error with the Gdoc reader which I want to catch).
Let me know if this makes sense and works for you.
The key here is that the rest of the automation will only work if all inputs are present, otherwise the “Else” branch which is sending you an email would be triggered.