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.

Populate the reference field from record producer to a table

Primm
Tera Contributor

Hello,

 

I have a field called "Actual Review Due Date" that is a date field 

Primm_0-1710784977649.png

 

I need the data from this field on the record producer I created called CAR to go to a table called Contact Actor Review with the same name. I made the field on the table as a reference field, but when I submit the record producer with the data in the field it never shows up populates.

23 REPLIES 23

@Primm , Do you have all this fields on Target table ( The table which you have selected on record producer)

 

Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,

Shyamkumar

yes

@Primm , Add debugging logs and see if they are triggering or not

 

gs.log(‘producer value of date field is;’+producer.actual_review_due_date

 

Once you create record go to system logs and check if this entry is getting triggered or not

Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,

Shyamkumar

Also is it a multi row variable set?

Yes it is a multi row set