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

Nawal Singh
Tera Guru

Hi @shreya_3009 ,

Create a table as per your requirement and fields as well , In the record producer you need to map the correct fields that you want to populate in the table(fields).

For more reference please review below links-

 

https://www.servicenow.com/docs/bundle/zurich-servicenow-platform/page/product/service-catalog-manag...

 

Let me know if you need anything else or facing any other issues.

 

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

Thank you
Nawal Singh

Ankur Bawiskar
Tera Patron
Tera Patron

@shreya_3009 

So where are you stuck?

what did you start with and where issues are faced?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

i have a field which is of type list collector in record producer which i have to add in the table, but in form layout i cant find list collector, how can i do that

@shreya_3009 

so list collector variable should map with some target field?

Do you have a list field on your target table?

If yes then map that, if not then create one to store the value and refer it to same table as that of list collector and then map it with variable

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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