Hello,
I need to download attachments from SAP. However, I need to provide a username and password. How can I do that in Alteryx, keeping in mind that I'm passing the username and password to a link (the link directly downloads the attachment from SAP)?
Thank you.
I guess my suggestion would be see if there is an equivalent API to access this data and then get your data from that endpoint.
Hi @Mchappell67
Apologies for the late reply.
You're correct. The attachments were made within a URL in a table to be easily accesable by Alteryx. And yes, my only option right now is to continue using the URL.
Thank you.