The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Inbound Action Not Working

VanamaAkhil
Tera Contributor

Hi All,

 

I have created a very simple Inbound Action of type Forward.But while Email is recieved ,Iam getting an error "did not create or update interaction using current"Find below screenshot.

 

Thanks in Advanced 

Akhil

6 REPLIES 6

kaushal_snow
Mega Sage

Hi @VanamaAkhil ,

 

Check that system email properties allowing unknown senders are enabled, verify the sender exists or is allowed (or the unknown email handling property is set)...and then ensure your action conditions and target table match the received email, confirm there are no higher priority inbound actions or Stop processing settings blocking yours.....ensure your script uses current.insert() or current.update() correctly (with parentheses), and review the email/inbound logs to see exactly why the record isn’t being created or updated....

 

If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.

 

Thanks and Regards,
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/

Hi Kaushal,

 

If I kept the type as NEW in the same inbound email action,then it is working fine.It is creating the Interaction.But it is not working for the type Forward.Iam getting the error.