Inbound email action is not triggering
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 03:03 AM
I have created inbound action for create catalog request but it showing error is below:
" did not create or update sc_req_item using current"
I am also put the catalog item availble for any user but still showing the above message
inbound action script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 03:17 AM
Can you verify that everything works as expected?
Because when receiving an email ServiceNow checks for current.insert() or current.update() which doesnt happens - of good reasons.
So i wouldnt expect the log to show insert or update in this particular case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 03:41 AM
Hai @Simon Christens
I hope Everything is fine but where is it my mistake i don't know can u verify the script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 04:13 AM
I have checked RITM table request was created successfully but have u know any idea for that log message and also in email message that is showing target field is empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 09:43 PM - edited 08-29-2024 09:43 PM
Hi again,
Yes the log says "dud not create or update using current" meaning that you do not use current.update() or current.insert().
That does not mean that the inbound doesnt work - it just says that it doesnt create or update using current.
So as stated before - the inbound action probably work as intended if it creates what you expect