I am trying to match founder table with investors table and when there is a match, I am sending email to the investor. In the body, I am writing like this “Hi {investors name}” but it takes all the matched name instead of the investor I am sending an email. How should I do that.