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.

How to fetch data to another table

Talari Balateja
Tera Expert

Hi Developers,

 

I stuck at data transfer to another table. 

Like I created one custom table for requirement. Now I want fetch total records to another table. In my custom table I dot walked all field to show data in table.

 

Custom table (sn_vul_vulnerability_top_25_item)

OOB data table (sn_vul_vulnerable_item)

 

Thanks in Advance,

Bala.

6 REPLIES 6

yes if you want to update once other wise create business rule

 

Thank you Harish. Let me check