Multirow variable set variables mapping not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 07:19 AM
Hi @Ankur Bawiskar ,
i need ur help here,
i have muti row variable set, i need to map muti row variables to record producer , i tried this code it's not working can u help me on this.
this is the script i given in record producer
after i submit record it will taking some garbage value
and also i need to add two rows and submit form means in this case i need to insert two rows.
Regards
Rajesh Gillerla.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 07:24 AM
Hi there,
Even if that code would work, functionality it wouldn't. Because its a Multi Row Variable Set. You can add 1 row, you can add multiple ones. Though its against 1 record. So what should happen if a user adds multiple records? Where should the variable values land? It cant just land in 1 record in the fields themselves, as they only accept one value.
So what is it exactly you are after?
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 07:25 AM
Or should multiple records be created when you have multiple entires in the multi row variable set instead? Then this can help you, contains example code:
- 2021-05-20 - Article - Creating records or a summary from Multi-Row Variable Set (2)
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field