Need to send notification through workflow activity

naresh33
Tera Contributor

Hello All,

 

I have created the workflow notification activity to send the notifications to requester of the form but it is not sending as I verified in outbox also.

Can someone help me why the notification was not sending to the requester..

 

Regards,

Naresh

1 ACCEPTED SOLUTION

Sumanth16
Kilo Patron

Hi @naresh33 ,

 

answer=[];

 

answer.push(current.variables.your_request_for_variable_name);

 

If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!

 

Thanks & Regards,

Sumanth Meda

 

 

View solution in original post

1 REPLY 1

Sumanth16
Kilo Patron

Hi @naresh33 ,

 

answer=[];

 

answer.push(current.variables.your_request_for_variable_name);

 

If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!

 

Thanks & Regards,

Sumanth Meda