Combine Open AI Generated Text with more text from a list

We’ve created an automation to write blogs. We’re trying to combine text generated from OpenAI with a series of keywords from a fixed list (the fixed list is the Include Keywords part)


. Even though we have told it not to alter the keywords we have noticed that in the final output some of the keywords are missing. In the image you can see we have CTA links, Include Keywords and then that creates a markup document, from there we mark it down to HTML to tidy it up then add line breaks and the final blog.

These are the keywords that I used:

But when I search the Google Doc, only one came up:

The other two were omitted:

Sometimes the “Create final blog” part does not include all the keywords. Is there a way for us to get make to combine the outputs and include all the keywords in the final document?

Thanks