I am trying to get the formatting correct for this flow, specifically for the bullet points in the Positive Themes & Negative Themes sections of the report:
https://www.gumloop.com/pipeline?workbook_id=2Jkgp28Hqm9xJxThCMjyLz
The Combined Text Node is outputting it properly, eg:
##Positive Themes
Increased Productivity
AI Integration
User Experience
Tab Completion
Better than Alternatives
Time Saving
##Negative Themes
Overblown Hype
Hallucinations
Contextual Awareness
Occasional Bugs
Failing in Later Stages
But when it’s written to the PDF, these “bullets” are all on one line, eg:
Increased Productivity AI Integration User Experience Tab Completion Better than Alternatives Time Saving
You can see it on the PDF: https://storage.googleapis.com/agenthub-public/uid-NAa3aYLFEJS2UCCgqz2yzY7vfEg2/o6Xw2wP7JL9GudBLFFTW3K%2F8ee86c93-9956-4522-80fd-9849b45ac623.pdf
How do I get those to be actual bullet points?
Hey @mikefutia - Since you’ve Write as Markdown
enabled in the Generate File
node you can add an AI step that formats the final combine text node data into markdown to add headings and bullets.
Here’s an example: https://www.gumloop.com/pipeline?workbook_id=tRC1swYnTUfWMDiVJ264XB&run_id=NpgeLiBtG8D6eBDXRRQPyC
The correct markdown with bullets for your example above would be:
## Positive Themes
- Increased Productivity
- AI Integration
- User Experience
- Tab Completion
- Better than Alternatives
- Time Saving
## Negative Themes
- Overblown Hype
- Hallucinations
- Contextual Awareness
- Occasional Bugs
- Failing in Later Stages
Output: https://storage.googleapis.com/agenthub-public/uid-fL9JFSkv8sSKCKAFzqVSMYgEw6f1/NpgeLiBtG8D6eBDXRRQPyC%2Ff678b407-2b23-4d04-bce6-2b67547f5541.pdf
Let me know if this works for you.
1 Like
Donna
February 25, 2025, 7:22am
3
Also look at this wat @Wasay-Gumloop did fix for me -
Wasay-Gumloop
1d
Hey @Donna - There is a type mismatch issue here which is why the Ask AI
node is failing. I made a quick loom to explain this: List Type Mismatch Error | Loom
Let me know if this makes sense.
1 Like
Thank you, that worked! I would never have thought to do that. I wonder if there’s an UX opportunity to alert the user to that somehow. Thanks!
1 Like
system
Closed
February 25, 2025, 12:57pm
5
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.