Skip to main content

I’m trying to use the SUBSTITUTE function to get rid of emojis so I can have a “clean” version of some fields my client want to have as downloadable in .CSV

 

I need to have a formula with a bunch of substiutions, but I started from the very first and I get nothing but errors, formula atm looks like this:

SUBSTITUTE({Respuesta Pregunta 1},'✅','')

I realised the error has something to do with the type of field of {Respuesta Pregunta 1} as it is a lookup field, just for testing I created a single text field next to it, copy the data of the lookups to the new text field, applied the formula to the text field, and it works. So I’m suspecting SUBSTITUTE doesn’t work with lookups?

 

Any ideas to work this out?

Hey ​@automatron3k!

Lookups return an array rather than a plain string of text. You’ll want to use the formula below:
 

SUBSTITUTE(ARRAYJOIN({Respuesta Pregunta 1}, ""), "✅", "")

 
Hope this helps!

If you need any further help, please feel free to reach out!

Saludos desde Argentina :D 

Mike, Consultant @ Automatic Nation


@Mike_AutomaticN 

 

Wena hermano, gracias! Saludos desde Chile ;)


Excelente!!! Si en algun momento quieres conversar sobre Airtable, sentite libre de agendar un llamado usando este link.

Abrazo grande!
Mike, Consultant @ Automatic Nation