Hi,
I created a workflow connected to SAP that successfully pulls the attached files from a list of documents. To save these files, I use a blob tool to decode them and store them in a path that I manually copy and paste. When I run the workflow locally, it works correctly. However, once deployed to the server, it fails because it cannot access the local path (e.g., "C:\Users\...").
The goal is for multiple users to run the workflow and download their files to their own preferred locations, so using a shared folder is not a viable option.
Has anyone found a way to handle user‑specific file downloads when the workflow runs on a server?