Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Flow Actions script

Munny1
Tera Expert

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

 

 

2 REPLIES 2

palanikumar
Giga Sage
Giga Sage

There is a typo in your return value. Use the below:

return{
number : extractedNumber
};

 

Thank you,
Palani

Hi ,

Thanks for correcting.

How to remove email signatures in inbound flow?