Transform map to avoid insert if record matches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2022 06:11 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2022 06:20 AM
Identify unique field and make ceolace as true that will do that job. In you case if unique field is u_file_id and this is not reference then make colace as true or else reject choice action has to be there in case if it is reference field. Give a try.
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2022 06:27 AM
ceolace field make new records will be get override on existing records if those matches.
We need to ignore if those record matches.. please suggest

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2022 06:32 AM
Hi,
You can use onBefore transform script and check operation. Use below logic:
if (action == 'update') {
ignore = true;
}
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2022 06:33 AM
To learn more you can check below course on developer portal.
Thanks,
Anil Lande
Thanks
Anil Lande