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 Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Alteryx Server API: Can we read data generated by Alteryx workflow via Server API?

Arti2893
7 - Meteor

Hello Community,

 

I am calling Alteryx API to run the workflow through Power Automate Desktop.

 

I want to check if it is possible to get the data which is generated by my Alteryx Workflow through Alteryx Server API's?

 

Instead of saving the file with the output data, I want to pass data in JSON Format.

 

10 REPLIES 10
francoiscortezon
7 - Meteor

Thanks @fmvizcaino. Yep, I have implemented your 3 steps logic with various methods:

- classic Download Tools

- the v3 API Macro Pack (Alteryx Server v3 API endpoints)

- and the Server API Tool that you just mentioned

 

None of these is able to tell or wait when the workflow on the server has finished to run.

 

I think it will be either Python or the Iterative Macro that will crack this one.