I am relatively new to Alteryx and would really appreciate some help with the problem I am having with the attached workflow. I am attempting to find and replace the customer name in the destination name column with a group name in the group_name column. However, I need a formula that allows for the destination name to remain the same if the customer name listed in the destination_name column is not one listed in the grouping logic column. Essentially, I want the logic to say "if destination_name is in grouping name column then use group name if not use destination_name". Any help would be greatly appreciated.