Hello Designers,
I'm creating a workflow to update value according to the fund name (e.g., If "EquityABC Fund" then the value is "Equity", "Fund BCD Bond" then the value is "Bond").
A formula will process all the data source fund names and create a new field to show value ("Bond", "Equity", or "Others"). I want Alteryx to process data first and then for "Others", pop up a user interface to allow users to manually choose either it is bond or equity before passing that value back to workflow for further processing. Is there a way to do that?
From my Alteryx knowledge, we can only ask users to input values first via interface and THEN update that value to the workflow formula.
Many thanks in advance! 🙂