We use Wrike as a tool in our organization. The company allows users to download data via a web data connector, which works "well" with tableau. I would like to use these set of tables on Alteryx. Is that possible?
Hey, I've never used Wrike but see the typical way of exporting the data is via rest API. It's slightly funky at first learning how to setup an API in alteryx.
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Input-data-from-API/td-p/490616
In the post above neilgallen links a workflow you can use as a template to begin setting up the API.
Below is what I saw about exporting from Wrike.
Export BI Data
You can export BI data in one of two ways - using REST API or Account Backup tool. Using backup is recommended for manual export, while REST API can be used to automate the process.
Authorize to API v4.
Call the /data-export API method.
Use the links in a response to download files with BI Export data. The links expire in 7 days.
Export using Account Backup tool
Check the “Include BI export in backup” box on Account Settings page
Download and run backup tool
Backup folder will contain “bi” sub-folder with collection of CSV files
Yes, you can use the Download tool to perform webscraping and API calls. If you're just pulling from a webpage in general, you don't need all of the parameters.
See this article for information:
https://community.alteryx.com/t5/Engine-Works/REST-API-In-5-Minutes-No-Coding/ba-p/8137