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 did you get to look at my solution?

 

Thanks 

Swathi

That did not work either.

@Primm what was the error ?

 

Could you please try something like below,

current.<backend name of field in table> = producer.<variableSet_name>.<varibale_name>;

 

Please mark this comment as Correct Answer/Helpful if it helped you.

Regards,

Swathi Sarang

Table name is x_g_duas_abm_contract_action_review_task

Backend name of field actual_review_due_date

requested_review_due_date

Variable set name is Contract Action Reviewer 

Variable names are the same as the backend names

@Primm : use current.actual_review_due_date = producer.actual_review_due_date;

But both the fields should be of same type.

Thankyou.