Separate blocks of content generated by OpenAI with a rule break

If you generate large form content like a blog article through multiple OpenAI content generation blocks in one automation and then export the content to a Google doc, the content gets placed directly one after another in the Google document. This creates a lot of manual labour separating the headings and paragraphs.

If possible a feature where you can specify to place either 1, 2 or 3 line breaks after the generated content so you have high flexibility in article lay-out. If not possible, then at least 1 line break as standard.

Hi @glenn,

This is actually already possible by using the “\n” command shown in the below screenshot:

Here’s an example playbook I just made to show as well:

I hope this helps!
Thank you,
Jess

Hi Jess,

Great. Thanks!

I made a support ticket about this and was told this wasn’t possible and I had to suggest it here.
Thanks again.

sure thing @glenn - maybe they thought you were asking for something else.

This is what you’re trying to do right?

Hi Jess, yep! The only thing I’m missing now is being able to format text in the Google doc generated by open AI (like titles, subheadings, etc.), but I solved this by wrapping my content in HTML tags.

1 Like

Glad to hear it!

And smart solution on the formatting headings! :slight_smile: