- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 02:55 AM
Hi,
Pls guide to get request item variable value into flow design email template. Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 03:53 AM
You are not using it the right way. You can make a flow variable to collect accountname and then make use of set flow variables action to set the value using the script. This way, you can make use of accountname variable directly in your notification. Refer below snips :
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 03:22 AM
You can write script in email body
Highlighted part show how variables are accessed via script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 03:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 03:53 AM
You are not using it the right way. You can make a flow variable to collect accountname and then make use of set flow variables action to set the value using the script. This way, you can make use of accountname variable directly in your notification. Refer below snips :
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 03:33 AM
You can make use of Get Catalog Variables action to collect the catalog inputs being fed by the end user and then use them in your Send Email action.
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.