Skip to main content

I am forwarding emails to my bubble database and then running into issues using that data in subsequent API calls.

 

It looks like the data from Zapier is passed with a bunch of \n in it. I attached an example of the JSON call being sent from the application.

 

Is there a way to clean up the text from Zapier prior to sending to bubble? I’ve tried using the “remove html tags” in the formatter, but that doesn’t seem to remove the \n’s.

 

Any help or ideas would be greatly appreciated.

Hi @j_makol 

Good question.

Try this Zap action: Formatter > Text > Replace


Thanks @Troy Tessalone turns out there were \n and \r messing things up. I ran find and replace on both and everything is working now.