Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Incorrect Mapping for Reference Field in Robust Transform Map

DebjitGhosh31
Tera Contributor

Hi,

 

I am using Robust Transform Map to map data source to CMDB computer table. 

Now, we have a mapping for Manufacturer information where staging contains a string (manufacturer name), what I am doing is checking ServiceNow core_company table if the manufacturer present or not (via name) and if present then returning SysID of the record. Then I have mapped the SysID with CMDB Computer table's 'manufacturer' field (it's a reference field to core_company). But what's happening is instead of referencing the correct record, it's creating another record where name = SysID and referencing that one.

 

It's an odd issue and I am unable to figure out why it's happening as usually passing sysid to reference field is the way to go.

 

Please suggest.

Regards,

Debjit

5 REPLIES 5

Thank you @MarcinM, this is exactly what my issue was.