I have an analytic app that reads from multiple named ranges in a single Excel workbook. It works fine when run locally but when I save the app to my Gallery and run it from there it fails to automatically link to the named ranges it is linked to by design, instead offering me the list of sheets and named ranges to choose from.
I've reduced the problem to a trivial example attached. You will need to re-connect to the given Excel and specify your required output path in the penultimate Formula tool.
All I want to solve is it auto-connecting to the named range when running in my Gallery (which is on local web server); could be something I need to do differently in my Action tool between the File Browse and Input tools?