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
Mega 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?