Skip to main content
Question

I had a result with emojicons that was sending empty answers to my sharepoint enviroment

  • November 21, 2025
  • 2 replies
  • 35 views

Emojicons in my answers would not parse to sharepoint. How can i make sure users can not give in Emojicons in the results they input. Because than the parsing process further allong will go wrong. 

 

Look at id: puzqtl0018lusohhpuzqcid53mas31b2

2 replies

  • Author
  • Explorer
  • November 21, 2025

That is what the user did input. I don’t want to have icon input. Can you create a option that says : NO icon input? Because in Make.com everything goes wild with the particular subscription. 


sierraV
  • Navigating the Land
  • November 22, 2025

Hi ​@De Kringen - if the only issue is Make, you can wrap the responses with the formula replaceEmojiCharacters() and replace characters with {{emptystring}}.

Here's an example, let's say the Google Sheets module is your Salesforce module:

 

It's a bit tedious to set up depending on how many Typeform questions you have, but it's a one-time setup.


 

If you're passing information from Typeform into multiple Salesforce (or other) modules, you could use a “Set Multiple Variables” module in between to clean up all Typeform questions at once, and then in your following modules you would use the variables from the “Set Multiple Variables” module.

Example:

Step 1: Clean up all Typeform variables in one module:

 

Step 2: Then map the clean variables in all subsequent modules:

 

Cheers,
Sierra