Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Searching a column in table A using data from a column in table B

I have a need to search a string in Column 1 from Table A with column 1 Table B so that if a match exists, it displays the value of Column 2 in Table B.  Table A = Outlook 365 Data (Subject [Text]) ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Anonymous 

     

    "Custom1" is not created with adding a custom column. It is created in the formula bar directly just like below. You can right click #"Renamed Columns2" step, select "Insert Step After" then modify the code in the formula bar. 

     

    For the second step, it is created with adding a custom column. But it is not based on the "Custom1" step. Instead, it is based on the previous step of "Custom1". You need to modify the step name. 

     

    You can also edit the code in Advanced editor directly. It looks like this.

     

    Best Regards,
    Jing