Question

Remove specific commas from list

  • 31 March 2023
  • 1 reply
  • 322 views

Is anyone can help me to remove default comma in the output? And change it to newline without using code or replace. Because most of the output is number, so I need to remove the default comma in the first place of the string.

 

 


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

1 reply

Userlevel 7
Badge +11

Hey @dyunie28, welcome to the Community!

You’d likely still need to use a Code by Zapier or Formatter (Text > Replace) action here to convert the commas into newlines. But for Formatter you’d want to add an additional character to the Find field so it’s able to find a match on just the first instances of the commas. For example if there was always a space character prior to the comma you could use “ ,” instead of just “,” so it doesn’t replace every comma.

That said, where are those commas being added? Are they added in Quickbooks or PandaDoc directly, or is there an action within the Zap itself that’s adding them? It may be that you can tweak the settings in the apps directly or in the Zap to remove those unwanted commas. Do you think that could work?

Looking forward to hearing from you!