I am new to Alteryx server, I want to upload .csv file to alteryx workflow through API. After uploading file run the workflow and download the output file. Is there is way to upload file through alteryx server API ? Which API should I use ? Thanks
Hi @RishikeshTeke
I think you will want to create an analytic app, whereby one of the questions is a file browse.
Once you have made the app you can then use the API options of the server in order to interact with it programatically.
We have lots of useful articles on here:
https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Tool-Mastery-Apps-and-Macros/ta-p/35375
https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Convert-a-Workflow-into-an-App/ta-p/33274
https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Interface-Designer-Part-2-Analtyic-Apps/ta-p/22031
Thanks for response. Actually I have created the Analytic app but Alteryx server API is not supporting file browse questions [mentioned in documentation]. So is there is way to upload the file into alteryx server which will be the input for analytical app and run the app ?