Issue with HTML Formatting in Google Docs

Hello everyone!

I’m setting up an automated workflow in Make where I send HTML content from Google Sheet to Google Docs. However, I’m facing an issue where the formatting is not being preserved correctly in the document.

Here is how is should be formatted:

Here is how it gets formatted in the doc:

I dont understand why it doesn’t match each other.

Here is the HTML:

Here is the mapping:

I need some help to get it correctly formatted into Google Docs, thank you all!

Here you can download:
blueprint-3.json (16.5 KB)

Hey there,

sorry but, what exactly are the differences?
Looks like you are forwarding the html directly without editing it, so I don’t think resulting changes have anything to do with your Make flow. Maybe check out the formatting on the google doc it self? See about increasing the spacing between the letters and the rows, to me it looks like this is the only difference between the two.

Hi @Orreed

You have to add html tag and body tag then add content html in body tag
Follow the image

Its quite I small thing on the image I presented but a bigger if you look at the whole doc:

Is shouldn’t be formatted in this way, where everything is crambed up, there is no spacing between the paragraphs. That’s the issue.

I have gotten some progress using a App Script in google sheet but not fully finished.