Hello,
I currently have an analytic app that requires the end user to select one or many values from a list box. Those values are passed through an action box where it replaces a certain string in a filter parameter with the quoted list from the list box selection; [Industry_Selection] IN ("list"). This process works just fine in designer, but fails on Hub. The weirdest part of this all is that multiple selections work when the app is ran from Hub, but a single selection fails with the following error:
Error: Filter (37): Parse Error at char(51): Unmatched Quote
It's clearly something between the action tool and filter, but I am at a loss as to why a single value fails. I'm not sure if the separator is causing some issue with a single value selection, but the error seems to signify an unclosed quotation somehow. Here is my list box setup:

My action tool:


Finally, my filter tool:

Below is what the list box looks like from the user standpoint:

Any input or tips would be appreciated!
Thank you,
Nate