The workflow I've designed has a formula which extracts a string from the inputted data. I also have an Excel file that has a one-column list of values. How do I "configure" my Alteryx workflow to validate whether or not the string the formula has produced exists in the Excel file?
Example: The formula produces a character string representing the Province. The Excel file has a one-column list of "valid" two-character Province Codes (i.e. BC, ON, QC, etc.). I'm looking for a way to determine whether or not the string produced by the formula exists in the Excel list.
Also, is using the "external" Excel file/list the best way of doing this, or can I eliminate the need for the Excel file, and use Alteryx to do the search/lookup/validation?