Hi,
I have one sharepoint list, where info in as below
RedID TrainingProgram Status ArtifactID LCEmail LPEmail
1 Java confirmed 12345 hfh@gmail.com abc@gmail.com
2 C confirmed abc@gmail.com
3 html confirmed 12334 xyz@gmail.com
In this data I need to check condition that is ArtifactID is empty or not, then send email to particular person mentioning reqID and TrainingProgram for the blank ArtifactID,

I have tried with this flow.
Here I am facing two issues -
1 - It need to check whether lcname, ArtifactID and status is confirmed or not
2 - send email to LPEmail with particular details, If I have two same emails on same name (abc@gmail.com), then only one email should trigger to person with two ReqID details.
Any suggestion would be helpful