Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Email body with Spanish characters.

AbhijeetChib
8 - Asteroid

Hello everyone 

 

I am trying to send emails with the body of the email in Spanish. However when the final email goes, there are some junk values in the email, For example. 

Rendición becomes Rendición

técnico becomes técnico 

días becomes días

fácil becomes fácil

 

In the report text tool, the email body seems to be structured perfectly. Its just that when the email goes out, these junk characters appear. 

 

Any suggestions ?

 

Regards

3 REPLIES 3
ntakeda
12 - Quasar

@AbhijeetChib 
I think using the Formula Tool to convert the text to UTF-8 should fix the issue.

Try using the following formula:

ConvertToCodePage([Body], 65001)

 

Please check if this resolves the problem.

AbhijeetChib
8 - Asteroid

@ntakeda - Thanks. 

Use the formula tool where ? After the report text ?

ntakeda
12 - Quasar

@AbhijeetChib 

Please apply the Formula to the field created by the Report Text tool after the report text.

If it doesn't work, let me know.

Labels
Top Solution Authors