Flow Actions script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 12:36 AM - edited 11-05-2024 06:38 PM
Hi ,
I have created a inbound flow on reply of email need to create a record.
subject line RE:I am trying to remove and store only a 10 digit number.
below is my script storing in one field
i am getting below error
Error: entered unreachable code: assign property in object literal is invalid

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 02:18 AM
There is a typo in your return value. Use the below:
return{
number : extractedNumber
};
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 06:39 PM
Hi ,
Thanks for correcting.
How to remove email signatures in inbound flow?