Can I reference another stream in my workflow using the Formula tool?
I would like to compare the values in a column from the L stream of a Join to the list of values from a summary of the J stream of the Join. If there is a match, I would like a "Y" put in a new column of the L stream. If no match, then an "N" put in the new column of the L stream. Please see attached. Below is my attempt at portraying the logic.
IF [L stream col] = [any of the values in J stream col] THEN "Y" ELSE "N" ENDIF
Disclaimer: I am fairly new to Alteryx. Go easy on me. Thanks.