Mapping variable set variables from record producer

Prathamesh Chav
Tera Contributor

I am having variable set like this, and now I want to map that variables set field values with custome field on HR case table, for e.g. custome field name is days of the week. 

below is the screenshot of variable set.

 

 

1 ACCEPTED SOLUTION

@Prathamesh Chav 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

10 REPLIES 10

Prathamesh Chav
Tera Contributor

PrathameshChav_0-1688639488559.png

 

PrathameshChav_1-1688639541453.png

 

Samaksh Wani
Giga Sage
Giga Sage

current.table_field_name = producer.record_producer_field_name

 

current.days_of_the_week = producer.days_of_the_week;

 

Please Mark my solution as Accept, If you find it helpful.

 

Regards,

Samaksh

 

its not working, do I need to mention row number