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.

Service Now API returns symbols

Mildman
7 - Meteor

I have a Service Now API, which works when tested in PostMan, but when the same URL, Creds and keys are used in Service Now, returns a set of symbols, x�E�MK�0��Rr�d�4����

 

I have checked the encoding and it is set to UTF 8 for both PostMan and Alteryx.

 

 

1 REPLY 1
dougperez
12 - Quasar

Ok... Try these:

 

- Instead of UTF-8 try to use UTF-16 instead

- Use VWstring in your field

- Try to use ConvertFromCodepage and ConvertToCodepage functions

https://help.alteryx.com/20214/designer/code-pages#:~:text=A%20code%20page%20enables%20a,with%20the%....

Labels
Top Solution Authors