I am trying to include the SendEmail process step within my workflow, but cannot determine how to set the TO: recipients (of the email) to the users within my workflow. How can this be accomplished?
Also, how do I access my host info within that process? ${host.prefix} doesn't resolve.
use ${payload.propertyname} . All available property defined at [1]. If missing you need to include as part of payload Or call custom step & use Externalizer api.
use ${payload.propertyname} . All available property defined at [1]. If missing you need to include as part of payload Or call custom step & use Externalizer api.
The payloads don't have any user properties attached to them i.e. no email address. I was hoping I could point it to a group within the workflow step, but I guess that's not what this process is designed for?