In the "Input Data" tool, there is an option to "Output File Name as Field". I'm having it output the "Full Path" so I can provide the input file's full file path in my output data. This field is called [FileName], and I'm utilizing a "File Browse" interface tool and having it replace [FileName] with the file path the user selects with the "File Browse" tool. This works when run as an analytic app in Alteryx Designer, but it doesn't work in Alteryx Gallery. The file path that Alteryx Gallery returns is a staging environment: "D:\ProgramData\Alteryx\Service\Staging\gibberish\File Name.txt".
This is not relevant data for my end users. I need the full file path of the input file documented in the output. Is there a way to solve for this while still utilizing the "File Browse" interface tool? I don't want the user to have to provide a full file path as text when running the workflow. Thank you!