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

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

The table view should show up on the record producer itself, before submitting the record producer by which i can create multiple records at once, rather than doing it multiple times

 

@abhisheksat 

that's what MRVS is used for, it shows information in row wise

Did you check that?

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

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @abhisheksat 

This can be achieved using an MRVS (Multi-Row Variable Set). However, as you mentioned, each row needs to be added manually in the catalog item, and then, through the flow, each row can be used to create a record.

*************************************************************************************************************
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]

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