Email body values in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 04:09 AM
Hi guys ,
I am trying to extract value from email body which contains certain data as Name: Value pair .
in inbound actions we can get the values by email.body.name. However when i am trying to create the inbound action flow . when i create a trigger for email & then in create record action try to get the value from script .
i tried fd_data.trigger.email.body.name
however this does not works & flow gives an error.below is the screenshot for template of email body
Can someone guide me how can i dot walk in the email body in case of flow deisgners.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 03:00 AM
Hello, I got some similar requirement. Did you find a way to work with key:value pairs in the flow designer ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 03:06 AM
just found that if anybody ever needs a solution for this
custom built email flow action to parse key:value pairs
and a community page with the solution
Good luck!