Assistance needed for removing * and # symbols before posting

Hi,

I’m using Google Sheets to manage blog URLs and then linking ChatGPT to rewrite each blog post. After that, I send the newly rewritten blogs to platforms like Facebook, WordPress, and others. However, I need to remove symbols like * and # from the text before posting. How can I do this? Is it possible to add another scenario in Make.com to clean up the text before it goes live?

Welcome to the Make community!

You can use the built-in function replace

e.g.:

{{ replace(1.text; "/[*#]/g"; emptystring) }}

For more information, see the function documentation in the Help Center.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Thanks. When I add this code to parser. It doesn’t work. I still get *# from chatgpt.

1 Like

HI @Joey_D

If this is not working. You can try another way of replacing each character with emptystring. You will need to use replace function 2 times. First replace # and then *

Regards,
Msquare Automation - Gold Partner of Make
@Msquare_Automation