How can I get Intiated user form detail values in the Email connector

Hi,

I have created a process, user initiates the process fills up the form and now I want to send an email to his manager and also the form data in the email body, how can I acheive this? I can see the form data at human task, but how can I get the form data in email.

Can anyone guide me on this? Thanks in advance…

I usually store the form data into a business object. It is then available at connector level. You can use a groovy script to generate the mail body. The Groovy script can then use the business object.

Thank you!