<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Multi Row Variable Sets (MRVS) are overriding values on original row when you submit the request in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/multi-row-variable-sets-mrvs-are-overriding-values-on-original/m-p/2953344#M1119521</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created new catalog item and we have a requirement for Multi Row Variable Set (MRVS) but I am facing issue with it, while submitting the request I am adding different values for each row for example 3 rows, when I submit the request on RITM form I can see that the value of first 2 rows are overwritten by the last row values, which is not as expected. Ultimately on RITM form, I can see same values for all the rows. Also, I disabled the Catalog UI Policies &amp;amp; Catalog Client Script on the Variable Set but still issue is same. Kindly share your inputs or any suggestion to solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 09:40:45 GMT</pubDate>
    <dc:creator>Gouri Lule</dc:creator>
    <dc:date>2024-06-05T09:40:45Z</dc:date>
    <item>
      <title>Multi Row Variable Sets (MRVS) are overriding values on original row when you submit the request</title>
      <link>https://www.servicenow.com/community/developer-forum/multi-row-variable-sets-mrvs-are-overriding-values-on-original/m-p/2953344#M1119521</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created new catalog item and we have a requirement for Multi Row Variable Set (MRVS) but I am facing issue with it, while submitting the request I am adding different values for each row for example 3 rows, when I submit the request on RITM form I can see that the value of first 2 rows are overwritten by the last row values, which is not as expected. Ultimately on RITM form, I can see same values for all the rows. Also, I disabled the Catalog UI Policies &amp;amp; Catalog Client Script on the Variable Set but still issue is same. Kindly share your inputs or any suggestion to solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 09:40:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/multi-row-variable-sets-mrvs-are-overriding-values-on-original/m-p/2953344#M1119521</guid>
      <dc:creator>Gouri Lule</dc:creator>
      <dc:date>2024-06-05T09:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Row Variable Sets (MRVS) are overriding values on original row when you submit the request</title>
      <link>https://www.servicenow.com/community/developer-forum/multi-row-variable-sets-mrvs-are-overriding-values-on-original/m-p/2953793#M1119679</link>
      <description>&lt;P&gt;It sounds like you have an onSubmit Catalog Client Script on the Catalog Item, or maybe a Client Script or Business Rule, or flow or workflow on the sc_req_item table that is making this change.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 14:27:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/multi-row-variable-sets-mrvs-are-overriding-values-on-original/m-p/2953793#M1119679</guid>
      <dc:creator>Brad Bowman</dc:creator>
      <dc:date>2024-06-05T14:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Row Variable Sets (MRVS) are overriding values on original row when you submit the request</title>
      <link>https://www.servicenow.com/community/developer-forum/multi-row-variable-sets-mrvs-are-overriding-values-on-original/m-p/3561736#M1258237</link>
      <description>&lt;P&gt;Hi Gouri,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the same issue, do you have any solution on that ? It is happening for me for Service Exchange for consumer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2026 07:17:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/multi-row-variable-sets-mrvs-are-overriding-values-on-original/m-p/3561736#M1258237</guid>
      <dc:creator>ashish0133</dc:creator>
      <dc:date>2026-06-19T07:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Row Variable Sets (MRVS) are overriding values on original row when you submit the request</title>
      <link>https://www.servicenow.com/community/developer-forum/multi-row-variable-sets-mrvs-are-overriding-values-on-original/m-p/3561743#M1258240</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/491684"&gt;@Gouri Lule&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check if&amp;nbsp; &lt;STRONG&gt;Flow Designer&lt;/STRONG&gt; or &lt;STRONG&gt;Workflow Editor&lt;/STRONG&gt;&amp;nbsp;, OR&amp;nbsp;&lt;STRONG&gt;Business Rules&lt;/STRONG&gt; filtered by Table: Requested Item [sc_req_item], OR any&amp;nbsp;&lt;STRONG&gt;onSubmit&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;catalog client&lt;/STRONG&gt; script that targets or interacts with your MRVS variable name&lt;/P&gt;&lt;P&gt;incorrectly pushes the data globally or rewrites the first rows with the final iteration state.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2026 07:59:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/multi-row-variable-sets-mrvs-are-overriding-values-on-original/m-p/3561743#M1258240</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-06-19T07:59:17Z</dc:date>
    </item>
  </channel>
</rss>

