Hello everybody, I am trying to understand why an app that runs succesfully as an analytic app in Alteryx Designer won't run in Gallery.
I need to update the input file based on users choice in ayx gallery, and ultimately via api call using questions json formatted.
I have tried 3 different versions of this app, one using File browse, action tool, text input, and dynamic input to update the input data file path:

Another one using file browse and action tool to update the input data file path:

Another one using text box and action tool to update the input data file path:

All of them run successfully in Designer, but once saved to private gallery it gives this error when running:
I keep getting a TypeLoadException RequestID error.
I have searched all possible topics here in the community, and tried the solutions mentioned. Nothing worked.
Can someone help me with this app to update the input data file path once pushed to the gallery and then to be called via api?