- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2019 10:35 PM
What are the ways to keep data unique in Import set other than Coalesce ?
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2019 01:19 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2019 11:00 PM
the best way would be use "Coalesce" in your transform map.
or you can also do the field mapping by script , so here you have to use onBefore transform map script, and you will write glide record to check if the source data already available in service-now target table or not then allow to create the record or update the record in target table, but this would be lengthy process and huge amount of code you will have to write.
i would suggest go with "Coalesce" , that's the best approach.
refer the below article for more details about "Coalesce".
https://www.servicenowelite.com/blog/2014/3/30/coalesce-methods

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2019 11:31 PM
if i answered your query kindly mark it has correct and close this thread

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2019 01:19 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2019 01:37 AM
my answer did not clear your doubt ? if yes kindly mark my answer as correct.