I am creating a flow where a certain set of users from a table are presented to the user in PVA based on their department and which specific row of information they are looking for. I'm using user input from PVA to try to filter the data.
I'm having an issue where if I use a variable that I created from their user input it will not properly filter an array. However, if I specify the data using a specific row, it does work.
For example, this flow creates output in the filer array:
But this one presents no output in the filter array:
I've confirmed in the run history that the variables are getting the correct values. Everything looks perfectly correct, and perfectly the same between the two flows, until it hits the filter array. Then, the latter produces no output. I've even had the AuthOption variable presented back to PVA and it's passing the right data (the user input).
Can someone tell me what I'm missing please? Thank you!