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

Bhuvan
Kilo Patron

@VanamaAkhil 

 

Can you check your code as it looks like you might have copied from knowledge target table and not applicable to interaction table. Refer below for out of box inbound email action for interaction table, try to replicate for your action and test it.

 

Bhuvan_0-1758527648654.png

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

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.

@VanamaAkhil 

 

Please see if below helps

 

https://www.servicenow.com/community/developer-forum/inbound-action-forward-not-working-when-using-p...

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0538137

 

Try to use inbound email flow rather than inbound email action and see if it works.

 

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

Vasantharajan N
Giga Sage
Giga Sage

@VanamaAkhil  - Could you please remove the check current.canCreate() from your code and check.

 

Note: It's recommended to start using the OOTB email flow as much as possible until you have the business justification to use your own custom inbound actions on the email. 


Thanks & Regards,
Vasanth