Google sheet formatting from n8n llm output (how?)

Hi guys,

Excited to be here.

Wondering if anyone has an idea how to do a well-formatted Google Sheet from n8n? More specifically from an LLM?

I tried to use Markdown but still it lacks the formatting.

1 Like

Hi @Eddy_is_here ,

I like to use an agent to chat with the llm, and a separate agent to convert the output to json. Then its in a good format to append to a google sheet.

Here’s and example.

Best,

Robert

B

Thank you for the idea!

And how would you do that for docs?

1 Like

@Eddy_is_here ,
What do you mean do that for docs? Do you mean a rag agant that can consume documents?

Google Docs

1 Like

I’ll have to think about that one. I’m sure a RAG agent can look at sample google docs and write in that format.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.