Inbound email target and target table is empty even when watermark exist and matched inbound email action condition.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2018 11:23 PM
Hi,
SNOW received reply email and matched watermark and inbound action condition but still target and target table is empty.
We received one more reply from other user to the same case got appended and target is updated which is having same watermark.
Note : both the users are active in SNOW.
Thanks,
Poojitha B Nagaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2018 02:03 AM
Hi Poojitha,
Can you post your inbound script so that v can have a look

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2018 02:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2018 02:17 AM
hi,
it should be
current.getTableName() == 'sn_hr_core_case'
and not
current.getTableName() -- 'sn_hr_core_case'
Mark my ANSWER as CORRECT aand HELPFUL withot fail if it helped.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2018 02:21 AM
Hi,
Its actually current.getTableName() == 'sn_hr_core_case' only it just seems like -- beacause of image compression.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2018 03:00 AM
Hi change the 2nd line as
if (current.active == 'true')
rather than this
if(current.active == true)
Mark my ANSWER as CORRECT aand HELPFUL withot fail if it helped.