The CreatorCon Call for Content is officially open! Get started here.

Notifications not sending to all recipients

syed_but_not
Tera Expert

Hi all,

I'm working on adjusting a notification in one of our workflows to add more recipients, I've pushed all the recipients into the answer array and confirmed that the array is populated with the correct sys id's, but the notification is not sending to all recipients.  With the current layout, it's not sending to the current.variables.requested_for user, but in the past when I had the pushes ordered differently, it only sent to the current.variables.requested_for user

 

 

var answer = [];
answer.push(current.watch_list);
answer.push(current.requested_for);
answer.push(current.work_notes_list);
answer.push(current.variables.requested_for);

 

 

 

 

9 REPLIES 9

jcmings
Mega Sage

Why are you using a script rather than using the Users/Groups in fields selector on the Who will receive tab of the notification record?

because I am accessing form variables for the recipient as well

 

this is a workflow, not flow designer

Yeah but wouldn't the requested_for variable post to the record?

Form variables are not accessible in here from what I can tell

syed_but_not_0-1731010114124.png

The requested for here is not the same as the one on the form