HI Team,
I have a table below and I want if my column, "Owner" is null and 'Station' Column contains 'std' so std should be replaced with null values in column "Owner"
| station | Owner |
| std | |
| isd | |
| pco | |
| std | dfd |
| 999 | |
| axxcs | 999 |
| STD | |
| std |
Thanks for your help in advance.
Thanks,
Mohammad Mustkeem
Solved! Go to Solution.
I checked and found that my required column got interchanged in your workflow. The value of column 'station' to be replaced in column 'Owner' if condition matched. However I have now understood the logic and applied as per my request.
Thanks for your help.
Thanks,
Mohammad Mustkeem

