- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 07:45 AM - edited 05-01-2024 07:58 AM
Hi all,
I have created a transform map and i have set coalesce field as true for RITM number, assigned to and configuration item field.
During first transform if the configuration item is empty it is creating a record which is working as expected but on the 2nd transform if loading record matches with existing record then also it is creating a record because the configuration item is empty how to aovid these? and also some of the records are updating instead of ignoring, even though loading record is matching with existing record why is this happening?
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 07:52 AM
Hi @William08 ,
Yes you can do that .Test in sub-prod if there are any conflicts
Please mark my answer correct/helpful if it resolved your query.Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 07:58 AM
Hi @William08 ,
To avoid new records from getting created when the target table does not contain the value set Choice action of the field to 'ignore'
Please mark my answer correct/helpful if it resolved your query.Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 01:27 PM
Hi @Ramz,
Thank you it helped me also one more question can i set coalesce to true for assigned to in field map and also use on before script to ignore the insertion of row if assigned to user is inactive?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 07:52 AM
Hi @William08 ,
Yes you can do that .Test in sub-prod if there are any conflicts
Please mark my answer correct/helpful if it resolved your query.Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 01:06 AM
Thank you @Ramz