I previously used make to manage a flow where I created a new google doc and as part of creating the file, the body was formatted html. In N8N I believe you can only update the title when you create a google doc.
However, you can only include html in a google doc when it is being created. Insert only copies the source code, not the markdown. Does anyone have a workaround for this please?
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
You would use two Google Docs nodes. First create a document with a title, then update that document (using its ID from the first node) with the content.
That’s the current workflow but you can only import html as markdown in the body on file creation, not update. And in n8n you can’t import body on file creation.
Hope that makes sense
I was able to do this in make but moving all workflows to n8n