Hi there,
I’m running a workflow that I’ve successfully run in the past. However, I just ran it again and got this failed message (no error message provided).
https://www.gumloop.com/pipeline?run_id=k96JYaGpY9ZsyRYfkjLE9r&workbook_id=mQcSHF7zNDuXLkkvygdP8a
Hey @Steven! 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 @Steven – If you scroll down on the run log you’ll see the complete error message, it seems like you ran out of credits here.
I just resumed the flow on my end and created a new CSV, here’s the file (access provided to your account only) and here’s the full run link. I also topped up your account so you can continue building.
I’d recommend looking into a subflow approach (ie merging AI Web Research + Google Sheet Writer in a subflow) that way all data is added to a spreadsheet as soon as it is processed. You can also wrap the subflow in an error shield to prevent any one off errors from halting the flow. Subflow Tutorial Here.
Oh, got it- sorry, I didn’t scroll through the log itself to see the full error message.
I appreciate you running the workflow through completion and sharing the file! And thank you as well for sharing the additional info on the subflow build. What do you mean by topping up my account?
Thanks again for the help! 
Sent some credits over so you can continue building/running flows.
Got it, thank you!
On a similar note, would it be possible to share the results of this workflow?
https://www.gumloop.com/pipeline?run_id=Wwi2NrDJPEtsfR29GVJWHc&workbook_id=pbSa1mmZ9tBUHj4vihWtM5
It looks like the workflow ran properly and consumed ~8k credits, but the writing to the CSV failed at the end.
@Steven – Here you go: Link.
Complete run link: https://www.gumloop.com/pipeline?run_id=Rhu6r7TzJRHBxxVsCJGWBh&workbook_id=pbSa1mmZ9tBUHj4vihWtM5
The reason why the CSV writer node could not be executed is because the output name on the AI Web Research node changed from Aum to Assets Under Management likely because the prompt was re-generated.
Awesome- thank you so much!