- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 03:36 AM
I have a case table that is having a process definition linked to it.
I am trying to add a new activity 'Send Email' in process automation designer. This displays the Email form on the agent workspace(via playbook tab) with details To, To email address, Subject and body.
I wanted to pre-fill the body of this activity automatically using a sample text along with few information from case record.
If i use the data pill it takes the complete content from the field but i want to place a email body with text and variables on form similar to flow designer.
Any ideas on this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2022 06:28 AM
This issue solved with workaround.
Created new activity and associated with a new subflow.
The output of this activity is then used in the send email activity
Subflow -
inputs --> Case record
outputs--> Email body
Used action 'Get Catalog Variables' and prepared email body by assigning it to output variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2022 06:28 AM
This issue solved with workaround.
Created new activity and associated with a new subflow.
The output of this activity is then used in the send email activity
Subflow -
inputs --> Case record
outputs--> Email body
Used action 'Get Catalog Variables' and prepared email body by assigning it to output variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 05:25 AM
Hi,
Is it possible for you to share what your subflow looks like? I have a same requirement and have trouble making the email body because the requirement has dynamic fields needed to be included.
Thanks!