Hi,
I am using workflow constant as parameters for various filters on my workflow. However, i am now convert my Alteryx workflow into an analytics app using various drop down menus to allow users to select the filter parameters and use action tool.
is there a way to parse the value selected from the drop down menu directly into the workflow constants for filter?
I have tried to write an expression in my filter using this structure "[AHG.Name] = "%Question.Drop Down (AHG)%"" where Question.Drop Down (AHG) is an interfance dropdown.