We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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