Issue with Parser

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. I used parser but its not working.

Set the “new value” as empty string.

Welcome to the Make community!

You can use the built-in function replace. You do not need a Text Parser module. You can do this directly in the Facebook module.

e.g.:

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

Screenshot_2024-09-18_200935

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.

It doesn’t work unless im not doing something right


Instead of using the 1.text use your open ai output that you are using before that replace function