Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to input data from a password protected webpage

Alistair
5 - Atom

Hi

I'm trying to input data from a password protected webpage (Workday report webservices url). Is there an easy way to do this in Alteryx? The other tool I use, Power BI, has a "Web" option to connect to the data, but I cannot see similar in Alteryx.

Thanks.

1 REPLY 1
FilipR
11 - Bolide

You have to build an API connection. Basically you need to read the Workday API documentation, generate a Workday API Token, and parse it together with the correct URL through the Download tool. It's not so easy,

 

This post can be helpful:

https://community.alteryx.com/t5/Engine-Works/APIs-for-Beginners-Integrate-All-the-Systems/bc-p/8327...

 

Labels
Top Solution Authors