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.

regarding custom table

shreya_3009
ServiceNow Employee
ServiceNow Employee

I have to create a backend table for which the values are populated from the values that are filled in record producer. Record producer is already existing , i have to create a new backend table and values should be automatically populated based on the values provided in intake form.How can i do this.

14 REPLIES 14

In the record producer the variables are existing in variable set, as a result i cant see map to field, is there any other way to map?

Hi @shreya_3009 ,

you can also map by record producer script like below-

 

current.field_name = producer.field_name; //current is your target net new record and producer is the record producer

 

Reference screenshot- 

NawalSingh_0-1761552194109.png

 

 

If you found my response helpful, please mark it as helpful and accept it as the solution.

Thank you
Nawal Singh

if you dont mind, where can i write that script?

@shreya_3009 

NawalSingh_0-1761552302663.png

If you found my response helpful, please mark it as helpful and accept it as the solution.

Thank you
Nawal Singh

Nawal Singh
Tera Guru

Hi @shreya_3009 ,

 if your issue is resolved please accept the solution for future readers.

 

Thank you!!