Email Notification from Workflow

Ram050670
Tera Guru

Hi All, 

 

i need help on this event notification sending from workflow.

 

Details: how to insert the Variable value into the event notification from workflow which is submitted in Catalog item.

 

 

Hello <insert names of “Requested by” person and also those individuals selected owners>
 
The following network file share has been created;
Network  name: <insert Specify network file share name data>
Requested by: <insert "requested by”>
Network owners: <insert owner name’s>
Your link: <insert from the variable field in task>

 

 

Thanks in advance.

4 REPLIES 4

JohnnySnow
Kilo Sage

Hi @Ram050670 , you'll have to use the 'Get catalog variables' action in the flow designer.

Thanks
Johnny

Please mark this response as correct or helpful if it assisted you with your question.

Ram050670
Tera Guru

@JohnnySnow  Hi, i am using Workflow not the flow designer. can you help me on it?

Matthew Knight
Tera Guru

You should just be able to use the current.variables in your script

 

current.variables.<insert variable name>

 

You might find it easier to have the flow trigger an event that will send the notification so you have more control over the available fields and mail scripts etc. 

SunilKumar_P
Giga Sage

Hi @Ram050670, You can use the below syntax to get the variables data into the workflow notification.

 

${current.variables.<your_variable_name>}

 

Regards,

Sunil