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.
A walk-through of devmetrics.alteryx.com, an intranet site powered by an array of servers to track, interpret, and share progress metrics across our Agile environment.
- Automation – Using Alteryx to perform scheduled pulls from an AP
- Dev / PM Collaboration – building visuals to the specs of various stakeholders
- Sharing Results in a Production Environment – hosting dashboards on the web
Tracking and reporting project status is traditionally fraught with unwarranted optimism and subjective judgement, leading to inaccurate reporting. Due to these challenges, Program Management created an internal website -- a single source of truth for development metrics in our own Agile environment.
Sounds like an amazing success!....Congratulations on being able to leverage the tool for this.
Wow! looks amazing success for everyone involved. Just wanted to check if you're aware if there's way to connect to Workday to source date. would you also mind posting broader checks, validation etc involved. we're looking to initiate similar initiative hence the query.
Hi @Sudeshna!
We used static sources for the examples above (Excel spreadsheets) and used *a lot* of joins to compare one system to another. It made comparing the multiple data sources, finding duplicates, etc. *so* much easier than if we had to do it by (yuck) eye. 🙂
However, if you want a live/real-time connection to Workday from Designer, I would suggest checking out Shane Conklin's XML Parsing tool on Alteryx Gallery: https://gallery.alteryx.com/#!app/Workday-XML-Download-Macro/5c34f9cc826fd30988ed9e79
In order for the solution to work, you need a few things:
If your organization has SSO enabled, you will need to either:
I hope this helps!
Cyn
Thanks Cynthia for very detailed response. yes, i'm looking for ways to download outputs of the reports scheduled in Workday. i feel ( not aware exactly but need to dig in further) the report i'm looking to pull in automated way .. may be querying more than one source etc.. in short violating the criteria you've outlined here.
is there an option to pull data/report via API?
while all this still in nascent stage, will get back to you with more detailed queries.
Thanks a ton Liz.
Regards,
Sudeshna
@Sudeshna Did you ever figure out how to do this with automation? I am trying to do something similar for regularly scheduled reporting, but the URL changes every time the report is run.
@ebwest Did you figure out how to do this with automation?
Many thanks for your thorough outline of working with the Workday Solution created by Shane. I've been utilizing it in a similar fashion, and was curious if you had ever attempted to utilize the download tool to snag a CSV instead (of the data in Simple XML format via Shane's tool), and if it yielded any success?
I've tried to take this route to reduce the number of times I need to create joins, and it doesn't seem to be working within Alteryx. That is, Alteryx returns a HTTP error when it tries to make the call to the same report which would return when the format is Simple XML. I also want to share that I can get the call to execute appropriately in Postman, so it isn't a question of the link, etc.
Let me know if I can provide additional clarity! Thanks!
Hi, @janellek!
In one of my earliest experiments, the Download Tool was the most successful with CSV, particularly with reports with Group Column Headers. I did not use Shane's version, but instead created this workflow with two tools, which you could turn into a macro, or an Analytic App.
I've attached screen captures of Text Input and Download Tool configurations that worked for me.
I hope this helps you! Let me know if you have any additional questions.
Cynthia
Thank you for sharing this information @CynthiaE !! Very cool
Thank you so much!! This solution worked wonderfully, and I was able to write my report to a CSV in the appropriate destination folder.
That said, the output in the browse tool was a bit odd, as it noted there was an error in a section which was created, "DownloadHeaders":
Error: HTTP/1.1 401 Unauthorized...
Out of curiosity, have you ever encountered this?
Thank you again for all of your help!
It was great to read your post Cynthia - really informative!
I am wondering if you maybe do some testing not only with fetching data from Workday but also with loading data directly from Alteryx to Workday using Workday API? I know that we could simply populate Workday loading template but I am trying to decide if it will be easier to load the data directly.
Thanks!