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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2022 06:45 AM
You mean to say if record doesn't exist then create or else don't create/update right.? Try below code once keeping coalaece as true as well. Give a try.
if(action =="insert" || action == "update"){ ignore = true; }
Please hit like and mark my response as correct if that helps
Regards,
Musab
Regards,
Musab