This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Hi!
I'm new to Alteryx and was wondering if anyone has tried using data from Tableau Server as input data to Alteryx? I have tried the below flow but encountered the below error;
I use Tableau a lot, but I wouldn't use it as a source for Alteryx. Where does Tableau get the data from ? that's where Alteryx should be connecting in order to get the data 🙂
As @cmcclellan suggested, you should probably query the source that Tableau gets its data from. If you really must query directly from a Tableau datasource then "GET /api/api-version/sites/site-id/datasources/datasource-id/content" is the method that you're looking for once you get your authentication token
In your current workflow, the XML parse tool is currently configured to use [base_url] as the field with the xml. Change this to DownloadData. This is the field that will contain the token if your authentication request is successful.
Dan