I have an issue while running my analytic app. I have an interface text tool which feeds a file path to the various input tools. Flow runs well when run as a workflow. However, when I try to run as an analytic app, if I leave the text input blank (so it can use the what it was configured with), it throws errors. Looking into the errors, it seems like the flow is trying to read the inputs from the file path where the analytic app is stored as against what is configured in the various input tools.
How do I resolve this?