We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

ChatGPT Integration with Alteryx

Hammad_Rashid
11 - Bolide

Hi All,

 

Please share some ideas on use-case of ChatGPT integration with Alteryx.

 

Thanks!

Hammad

11 REPLIES 11
Hiblet
10 - Fireball

Hi @samorod70 - Eduard, thanks for the prompt reply.  Sorry that your problem remains.  When the macro runs, sometimes an error upstream of the tool that is reporting a problem is the culprit.  Could you take a screen shot of the Results pane that shows the workflow messages, please, and email it to me?  Sometimes there are clues in this that can help me figure out what is wrong.  Also, if I could get a copy of your workflow, I might be able to replicate the problem here.  If I can replicate it, I have a chance to fix it.  My email is steve at continuum dot je.  I have used phonetic spelling of the email in an attempt to stop web email harvesters from picking up my mail address.  If you are having problem reaching me, you could go to www.continuum.je and fill in a contact request, and mention that you are talking to Steve about ChatGPT in Alteryx and are trying to reach me. 

 

Thanks for your patience,

 

Steve

Hiblet
10 - Fireball

For other people with a similar problem, samorod70 (Eduard)'s problem was found to be due to having JSON data within the prompt.  The OpenAI API for ChatGPT uses JSON to transfer data, and having data in the prompt string that contained JSON characters caused a problem.  I could, as a diligent developer, add code to 'escape' the contained JSON, but for now, a quick solution is for Eduard to extract the relevant text string from his JSON data using the JSON Parse tool, and build his prompt with just this string.  JSON is recognisable because it has curly braces around data.

Labels
Top Solution Authors