Hi All,
I have an app that reads in two Excel xlsm files does some Alteryx magic and overwrites a sheet (Drop) in another.
The files are of a standard format so the two input files will have a sheet named "Data", and the output file I'm writing to has a sheet "ComboData".
My app prompts the user for the file name and I used:
File Browse Tool :Arbitrary FIle Spec *.xlsm
Action tool: Update Value - for the File value.
In replace a specific string I replace the entire file name (leaving the |'Data' )
This works fine when I run it locally - no prompt for a sheet name on input or output, but when published to the gallery it prompts for table/sheet name.
Is there a way to have it not prompt for a sheet name in the gallery?
Cheers,
Bob