I am using Ask AI to create a document for me. The AI response is formatting the text perfectly, putting blank lines where they need to be. However, the output from the node is stripping out the blank lines. I realized this happens to any type of output regardless of the input. Here is the simplest example I can give. Any advice would be appreciated.
https://www.gumloop.com/pipeline?workbook_id=iAd35EmYdTkmjjXU334wpw
Hey @richardsee! 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 @richardsee – In this case, are you referring to the output shown in the view all inputs/outputs modal? If so, then the blank lines are stripped there for brevity but in reality the data being passed between the nodes maintain the line gaps.
Here’s an example where the same data is written to a Google doc: https://www.gumloop.com/pipeline?workbook_id=iAd35EmYdTkmjjXU334wpw&run_id=K8U9bayA3LxwJ33GFVkvWN
Thanks Wasay, I appreciate the response.