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
Query entity’s field attribute should have the record field reference which stores email of recruiter. As Mike suggested, test the query entity’s field attribute independently in an expression rule to verify data returned by it and adjust code to achieve recruiter email!
skzahed_09 said:The recruiter field has the recruiters data like (Recruiter ID, Name, Mail, Phone, DOB)
Also, in your process model can you see the data correctly for candidateMail field in the process variable?