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.

push variable data into reference field

DreDay3000
Tera Guru

Hello,

I have a record producer with string fields that are mapped to reference fields. When submitted, the reference fields are not being populated. Is there a way to populate the reference fields from the string fields on the record producer?

1 REPLY 1

James Chun
Kilo Patron

Hi @DreDay3000,

 

Why not just use the reference type variable instead?

If you must use a string type, you can write a script within the Record Producer to search and populate the target field.

 

Cheers