make sure that your second table is unique regarding to two columns “No” and “BS”.
Then use a Joiner node
with config “Left join” and use your first table on the top and the second as bottom input.
Match the columns “No” = “No” and “BS” = “BS”.
That should attach the corresponding Service Value.