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.
Solved! Go to Solution.
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.
Fantastic!!
@BrandonB , 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