Email send

Hello Team,
In one scenario we have to generating file & sending mail to employee with their respective files.so how can we do this?

Hello Shraddha,

Please find attached the test workflow for the use case -

a]In the Excel input step Employee ID and Email list have been given which is passed to workflow executor.
b]In Child workflow all the variables are fetched using the Get variables step.
c]Further the Output excel file is created by the name EmpID_EmpName.xlsx (Generated at runtime).
d]In the Sending Email step, the file and employee details are provided.

You’ll have to run Parent.psw workflow first and then run Child1.psw

Child1.psw (20.9 KB)
Parent.psw (18.9 KB)

1 Like

Thank you Kalyani.I will Check it.

Thanks Kalyani