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.

List Collector Values from Catalog Item being pasted over to Requested Item table field

HenryD
Tera Guru

Hello, I currently have list collectors displaying a value in a catalog item, I am trying to figure out a way to paste them into a requested item field so i may report on it. I know this list collector can be tricky so im not sure if this is even possible, i imagine i would need a BR?

 

any advice or suggestions is appreciated 

1 REPLY 1

Slava Savitsky
Giga Sage

If you are using a record producer, then you can map variables to the fields in the target table by checking "Map to field" checkbox in the variable definition.


If you are using a normal catalog item, you can write a business rule on the Requested Item [sc_req_item] table to copy the value of the variable to the appropriate field.