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.
fireworks
SOLVED

Using Alteryx API to get a new Alteryx API Authorization Token

oneillp111
9 - Comet

Hello,

 

I am working with the Alteryx API to execute workflows in various automation, Python, A360, Power Platform.  They all work great.  What I am trying to do it use an Alteryx Workflow to send an API call to execute a second workflow.  Basically upon completion of workflow A(on Server), an API call is generated to execute Workflow B.  

 

My issue is I am hitting a wall with the new token authorization, which works in A360, python, and other mediums.  When I use the same headers and payload in Alteryx I get unsupported grant type.

 

 

APIOutput.png

 

3 REPLIES 3
bbak91
Alteryx
Alteryx

This article will help walk you through it: https://community.alteryx.com/t5/Engine-Works/Workflow-Orchestration-with-Alteryx-Server-2021-4-and-... 

 

Your current workflow is probably pretty close to what you need, but you can download the example from the link above. 

oneillp111
9 - Comet

Fantastic!!

 

oneillp111
9 - Comet

@bbak91 , I got it to execute but it doesn't seem like it is passing the credentials properly, I am including them in the macro but when it executes, nothing has file access

 

example.png

Labels
Top Solution Authors