Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Reference value field name

jacopo_pulici
Kilo Contributor

Hi guys,

I need your with a specific requirement.

I have in place a web service that pulls in some data. It works, all good.

I need to insert one of this data (Employee Number) in a custom table referenced field (referenced to the sys_user table).

My goal is to pass the employee number obtained by the Web Service (and that is actually already present in the sys_user table) and then automatically fill in the reference field in the sitcom table, matching the related User Name from the sys_user table.

I'd like to basically script what already happens in the transform map, selecting the Reference value field name.

Thank you,

Jacopo

5 REPLIES 5

Hi Swati, I made a post of my own to find a solution, it may be helpful to you ~

How can I map a value to a reference field where the mapped value is not the display value?