Multiple Record Creation with Record Producer

abhisheksat
Tera Contributor

Hello Developers,

 

I have a requirement where I have a record producer currently which creates a single record as usual but I need to change it to create multiple records at once and there are multiple variables that needs to be selected while creating a record and it should show it in a table view

Attached below an example

abhisheksat_0-1739962141846.png

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@abhisheksat 

then simply use catalog item and use MRVS variable set

Then iterate over those MRVS rows and create records into your target table with information from each row

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

6 REPLIES 6

xonox6
Tera Contributor

 MRVS (Multi-Row Variable Set). 

https://www.servicenow.com/community/developer-blog/exploring-the-multi-row-variable-set/ba-p/229153...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************