How to get GPT Output to Google Doc with Markdowns

Hey everyone

Switching over from Zapier for this specific automation.

I’ve created a document from a template and trying to have my output from the GPT API insert text under headings. I’m able to get the text in the right spot but where I am struggling is the formatting.

On Zapier, I output text into HTML, use a formatter to convert HTML to markdowns and then have this inserted into a google doc. The markdowns are usually bolded titles, bullet point. This doesn’t seem to work in Make.com and I’ve scoured the community.

I’ve tried having my input begin with as well as suggested by another user but that hasn’t given me luck.

I’m still out here trying to find a solution to this…

Hey @redbricklabs

You can prompt GPT to output the data in the format you want like HTML. For better solution, please share the screenshot of the output doc you are getting and the output from GPT.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support | Book Live Implementation
Visit us here
Youtube Channel

If you want you could try just changing the format on the variables themselves in the template, so when it it inserts the values the document controls the the formatting on the template itself.
Just change the GPT output to JSON and then use a parse module instead if having one large output.
If the output is dynamic, use HTML and use Google docs Create Document, which allows you to use HTML.

2 Likes