Best answer

Remove commas from JSON message to send Custom Request (POST)

  • 2 June 2021
  • 2 replies
  • 297 views

Userlevel 1

Hello,

I’we receive a JSON object of a native integration with commas, example:

{"message":"message with, commas, etc”}

I need to convert these commas before the next trigger is activated in Zapier, because then I'll send a new POST custom request action with Zapier Webhooks, which will be in error due to the use of the comma inside JSON object.

 

Has anyone ever experienced this?

Regards.

 

 

 

icon

Best answer by Troy Tessalone 2 June 2021, 17:24

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @Willian 

Try Formatter > Text > options: https://zapier.com/help/doc/how-use-formatter-functions

Userlevel 1

Hello @Troy Tessalone 

Working!

 

Thank you!