I have created a process that needs to have a user selected Excel file with multiple sheets (with the same schema but unknown number of sheets). My solution on desktop has always been to have the File Browse bring in "List of Sheets" and then use the dynamic input tool to run through that File Path and changing the sheet names. Once the process is turned into an App on the server, the server doesn't have access to that file path on its own, but rather "uploads" the specific file through the users permissions using the File Browse tool. The Dynamic Input tool does not have that same permission. It could be done if it would look to the server location that the server saved the initial Excel file, but I'm not sure how to either pull that file path or predict/designate what that file path would be. I've also thought of a batch macro, but I think that would run into the same permission issues as the dynamic input tool.
Have any of you encountered this? Have any of you found a solution or thought of a different solution? My only thought is to require the user to save the file in a location that the server has access, but that is somewhat burdensome and also opens up that network drive to a lot more activity and users.