How to not include commas in a mapped field

Video: https://www.youtube.com/watch?v=s1N0RBGEbfU

I’m using Get Single Record API. The issue is it’s also mapping the commas. Any suggestions on how to fix this is highly appreciated = )

Hey @r4c3rx if you want to do it in a pipe you’d use

item.field_153.first_name

Note that I don’t believe you may instantly see the new response field when you run the test but this definitely works as demonstrated here:


then in a record rule you might do this:

of if don’t need to do it in a pipe a Text Formula field would work like this:

Easiest way is to add a Text Formula field with First Name and Last Name then a records pipe for created/edited to set your Name text field to your Text Formula field.

Pipes can work as well…Text Formula is quicker and easier.