Help me make this work without losing on my requests.
https://www.gumloop.com/pipeline?workbook_id=7WY71Zewov5tj786cEzznP
-
First Google Sheets Reader reads the “Latest post to convert” column
-
Split Text node breaks the text into lines, then Join List Items recombines it (this helps normalize the text format)
-
The content then flows through a series of Ask AI nodes with Error Shield protection, each writing to different columns:
- First AI: Refines and cleans the text for clarity
- Second AI: Restructures into LinkedIn post format
- Third AI: Generates LinkedIn post hooks based on the restructured post
- Fourth AI: Creates Twitter-friendly versions
-
Each result is written back to specific columns using separate Google Sheets Writer nodes:
- “Clean version”
- “LinkedIn Post”
- “LinkedIn Hooks”
- “Nicolás Twitter posts”
The key difference from my previous explanation is that each transformation has its own dedicated Google Sheets Writer node, and the text goes through a normalization process with Split/Join before processing.
Hey @nicolas! 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 @nicolas - I understand you use case but could you share the issue you’re running into? The run link from the history page would be helpful too – instructions above ^
Looking at your workbook one issue that I can see is that you’re passing the same content into both the prompt and context which would likely not yield any valuable AI response.
The prompt is the instructions for the AI (ie. the task you want it to perform) and the context is an optional input to provide the AI more details to help perform the said task.