Is this the correct way to send an mail.

Certified Associate Developer

As shown in the above image i have a record table and from this record table i have to retrieve the fields recruiter and candidateID so i can send e-mails to them.

This was my code for retrieving the data from the fields and then sending them automated emails. But, i am not getting any mails. Can anyone please help me about where i went wrong so i can rectify it.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    your filter code is wrong. 

    field should not have pv!record. It should be just IP Add Details.recruiter , 

    value should have pv!record. So if recruiter columns stores recruiter record then value should be pv!record[IP Add Details.recruiter]. If you understand the code you would want system to filter the rows in record where recruiter field in record matches with provided recruiter value. So value should have pv and field should not! 

    One question I have is the field IP Add Details.recruiter - > what data is in this field? 

    On another note, Is the recruiter id same as recruiter's username in appian? If yes can you replace the lines 5-16 with the below expression and try. 

    toemailaddress(pv!record[IP Add Details.recruiterId])

  • 0
    Certified Associate Developer
    in reply to Harsha Sharma
    One question I have is the field IP Add Details.recruiter - > what data is in this field?

    The recruiter field has the recruiters data like (Recruiter ID, Name, Mail, Phone, DOB)

Reply Children