Normally I click on right side of a mouse and save as xml file:
https://www.backend-rates.bazg.admin.ch/api/xmlavgmonth?j=2026&m=3
However, is it possible to make this step via Alteryx?
Thanks, K
Hello Kinga, Yes it is possible with Python tool, and potentially with Download tool. Some times you need to ask yourself if the automation going to be used, specially when the task is not complex nor taking significate time. Going to a webpage and then save it as will take shorter time for the user then to go to Alteryx Gallery find the automation, enter the webpage path and run the automation., not to mention the development time of the solution. So it is possible. If you looking for only to save the data from a website, you should consider if you want to automate it or not. If this data will be part of data transformation or will be an input source to another automation, then definitely go for it.
There are different Python libraries that can do it such as weasyprint or playwright, just to name some