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
Have you debug what's the output of queryRecordType?Looks like your value part does not represent which value you are trying to filter out(You are passing whole record instead pass recruiter id or some identifier which uniquely identify record.)