ChatGPT to LinkedIn

My scenario basically get the topic from a sheet and sends a prompt to chatgpt to create a post and post it to linkedin
Currently some of the post are cut on linkedin, not the entire text is posted to linked



image

I am not getting any errors, i just want the whole text to be posted on linkedin
For some post it is fine but for some posts it is not

Welcome to the Make community!

You could try escaping the characters that breaks the post, by adding a backslash or two before them.

E.g.: \\( or \(

Alternatively, instruct OpenAI not to use any parenthesis at all.

For more information, see Incorrect OutPut Linkedin module posting and javascript - LinkedIn Post API: post text get's cut off if contains "()" - Stack Overflow

2 Likes