I am creating a data validation flow and can't seem to get the Find & Replace to do what I expect.
Normally, in Excel I would use a Vlookup formula.
Data Set:
1st - Used Text to Columns to separate two values into 2 columns.
2nd - Cleansed data to remove any Leading or Trailing Whitespace.
3rd - Changed the Data Type to V_String.
Lookup Table:
1st - Cleansed data to remove any Leading or Trailing Whitespace.
2nd - Created a new column.
Find & Replace Function:
Find: Entire Field
Find Within Field: Selected the column from the Data Set
Find Value: Selected column from Lookup Table
Match Whole Word Only
Append Field(s) to Record: New Column
The results in the New Column are Null. I would like for them to be the lookup value from the Table. If the Data Set Value is not in the Lookup table I would expect the new column to have a Null value.