Skip to main content
December 30, 2022
Question

Sending an email with the information from a process start form

  • December 30, 2022
  • 1 reply
  • 0 views

Hello!

Anyone know what is the best way to sending an email including all the information from a process start form?

thanks

1 reply

mikes0011
Brainy
December 31, 2022

I feel like there is some detail missing here.  The generic answer is fairly straightforward though: your Process Start Form would pass pertinent data into the Process Instance via PV parameters (the normal purpose of even having a start form).  Then in your process, either immediately or later-on, you would have a Send Email smart service node, and you would reference the data originally passed in as PVs to construct the wording included in that email.  There are myriad different ways to do this depending on the specific requirements, though.

The Expression Guru