Transform map, skip record rather than ignore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2020 02:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2020 02:13 AM
Hi,
please refer below link
you are already ignoring
see below difference between ignore and skip
- inserted - the record was inserted
- updated - the record was updated
- ignored - the input was ignored, the record was not updated and no new record was created
- skipped - the input data was skipped (similar to ignored) due to missing coalesce values
- error - there was an error processing the input.
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2020 02:41 AM
Thanks Ankur. Is there any way to force it to skip though rather than ignore?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2020 02:49 AM
Hi,
I don't think so; From what I could think is both have same meaning
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2020 03:33 AM
According to the product documentation, setting ignore = true in an onBefore trandform script should skip the current row. In your case, does it actually get imported?
By the way, is there a reason you have to use an onBefore transform script rather than a field map script with Reject as Choice Action?
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/