Google doc formatting

Status: Closed Β· Asked by Ravi Mittal on Β· 0 views

Ravi Mittal β€” Question Β·

Hi,
I am creating a google doc in my workflow but content is not formatted when i open my google doc though same content in my gmail looks ok.
Please guide.

Thanks

Attachments

GMail.jpg
Screenshot 2024-05-16 164758.png
Pabblymember11 β€” Reply Β·

Hey @ravimittal7

Can you please tell us how you are preparing the Google Doc file in your automation so that we can tell you the optimal solution?

Ravi Mittal β€” Reply Β·

i am using "Create document from text".

Pabblymember11 β€” Reply Β·

Please provide the workflow URL so we can review your process and monitor it.

Pabblymember11 β€” Reply Β·

Hey @ravimittal7

If you encounter spacing issues in the content generated by your Chat GPT action step, you can directly prompt it to adjust the spacing by adding or removing the extra spaces as needed.

Ravi Mittal β€” Reply Β·

The attached file looks fine. Could you please explain how can I get this kind of formatting?

Pabblymember11 β€” Reply Β·

As mentioned earlier, the Google Doc action step takes basic inline HTML. We have passed the basic HTML through OpenAI itself to get the response from where you are generating the content. And for spacing coming from Open AI, we have replaced it with
tag.

Ravi Mittal β€” Reply Β·
As mentioned earlier, the Google Doc action step takes basic inline HTML. We have passed the basic HTML through OpenAI itself to get the response from where you are generating the content. And for spacing coming from Open AI, we have replaced it with
tag.

Sorry, but it is still not clear to me. So, these steps like replacing spacing with
is all manual work?
Pabblymember11 β€” Reply Β·
So, these steps like replacing spacing with
is all manual work?

So, if you review your workflow before the Google Doc action step the steps are dynamically replacing the \n(for spacing) with
tag.

Back to all forum threads Β· Log in to reply