Id like to ask the Alteryx community for some ideas please to help replicate some functionality that exists in another app I have, but in Alteryx.
In an app I have a table, where data is passed through row by row to establish outcomes. Within the table, if the data meets certain criteria, then a logical IF statement is run at the end, to provide the output, also, there are some simpler lookups, like if the input value is A, then output B, etc.
I can't seem to find a lookup function within Alteryx using a reference table. Want I want to avoid is using the 'formula' tool, and just having many rows of IF statements to do what I need. Can anyone help with simple ideas to approach this sort of scenario?