Hi,
I have an app I'm trying to run on the gallery where the user selects a file from a file browse tool and that file path gets passed through into a downstream macro.
It seems that the file browse tool is staging the file and that file is inaccessible to downstream Macros. The path passed through is something like:
In_62fd5c50b138000077027499\TEST_CASE.xlsx|`Sheet1$` |
And the downstream macro gives the following error on the Gallery run:
How can I use the selected file in my downstream macros? I'm taking the data and uploading it to a database and then running processes using the data, so I need to make sure that the upload step completes before further downstream processes, and apparently the way to do that is to use a Batch Macro to do the upload as the workflow waits for those to complete before moving on.
Hi @Mike_Olson ,
You could save the file first and then open it later in your macro. Does this make sense? If not, please provide more information or screenshots of your workflow so I can see what is happening.
BEst,
Fernando Vizcaino