Hi,
I have a set of table that looks like this:
FileName | Ref |
A | A |
A | C |
A | H |
A | N |
A | T |
A | UA |
A | UB |
M | C |
M | H |
M | N |
M | T |
M | UA |
M | UB |
M | O |
And I want to check if let sat FileName "A" doesnt have Ref "O", add in "O"
My expected output as below
FileName | Ref |
A | A |
A | C |
A | H |
A | N |
A | T |
A | UA |
A | UB |
A | O |
M | C |
M | H |
M | N |
M | T |
M | UA |
M | UB |
M | O |
How should I go from here?
Solved! Go to Solution.
Hi @terrellchong ,
Attached workflow for your reference. Hope it helps.
Thank you.
Best Regards,
Lelia