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 create multiple records on same table using a UI Action

lrossy31
Tera Expert

I am trying to create a UI Action on one table to create multiple records within that same table (No related lists). Is this possible? 

 

Will greatly appreciate any help.

1 REPLY 1

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

Yes it is possible. 

You just need to create a server side ui action and add the GlideRecord script to insert records. Some loop im thinking based on whatever condition you decide how many record you want.

-Anurag

-Anurag