Backend values are populating in the email body for choice type field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 08:00 AM
I have created an email action in the flow and used catalog variables data pill in the email body but it is showing the backend value in the email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 08:17 AM
Could you provide screenshots of the flow actions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 08:48 AM - edited 03-27-2024 08:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 09:11 AM - edited 03-27-2024 09:12 AM
Could you try to use the inline script and use .getDisplayValue() to get the choice label instead of the backend values.
So your script might look something like this:
fd_data.<dot walk to the action>.getDisplayValue();
use this for three data pills in subject attribute.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 09:23 AM
@Ravi Peddineni It is only happening for one data pill variable.
Can you please paste any sample script so that I'll modify according to my requirement