<?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 Create variable from multi row variable set in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/create-variable-from-multi-row-variable-set/m-p/3148817#M1171578</link>
    <description>&lt;P&gt;Hi guys, what's up?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have this catalog item that has this multi row variable set. I need to create a rule that, for this item only, for each record in the multi row variable set a new RITM must be created, but derived from the same REQ. Can you help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MariaVitorS_1-1736858232300.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/412581i093F2F36B2E7A07A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="MariaVitorS_1-1736858232300.png" alt="MariaVitorS_1-1736858232300.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2025 12:37:19 GMT</pubDate>
    <dc:creator>MariaVitorS</dc:creator>
    <dc:date>2025-01-14T12:37:19Z</dc:date>
    <item>
      <title>Create variable from multi row variable set</title>
      <link>https://www.servicenow.com/community/developer-forum/create-variable-from-multi-row-variable-set/m-p/3148817#M1171578</link>
      <description>&lt;P&gt;Hi guys, what's up?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have this catalog item that has this multi row variable set. I need to create a rule that, for this item only, for each record in the multi row variable set a new RITM must be created, but derived from the same REQ. Can you help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MariaVitorS_1-1736858232300.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/412581i093F2F36B2E7A07A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="MariaVitorS_1-1736858232300.png" alt="MariaVitorS_1-1736858232300.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 12:37:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-variable-from-multi-row-variable-set/m-p/3148817#M1171578</guid>
      <dc:creator>MariaVitorS</dc:creator>
      <dc:date>2025-01-14T12:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create variable from multi row variable set</title>
      <link>https://www.servicenow.com/community/developer-forum/create-variable-from-multi-row-variable-set/m-p/3148822#M1171579</link>
      <description>&lt;P&gt;Use flow designer. Add the flow to your catalog item and put all of your logic in that flow. It will only run on this item and you can do with it what you will (with 'for each' it is easy to create RITMs for every row).&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 12:40:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-variable-from-multi-row-variable-set/m-p/3148822#M1171579</guid>
      <dc:creator>Mark Manders</dc:creator>
      <dc:date>2025-01-14T12:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create variable from multi row variable set</title>
      <link>https://www.servicenow.com/community/developer-forum/create-variable-from-multi-row-variable-set/m-p/3148833#M1171583</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/696927"&gt;@MariaVitorS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree with Mark to use flow designer&lt;/P&gt;
&lt;P&gt;If you are using BR then I shared solution for something similar earlier, you can enhance it&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/developer-forum/multiple-ritm-s-for-single-request-based-on-the-mrvs-selection/m-p/2698913" target="_blank" rel="noopener"&gt;Multiple RITM's for single request based on the MRVS selection&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;another solution shared here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/now-platform-articles/request-items-from-one-multi-row-variable-set/ta-p/2322526" target="_blank" rel="noopener"&gt;Request Items from one Multi Row Variable Set&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 12:48:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-variable-from-multi-row-variable-set/m-p/3148833#M1171583</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-01-14T12:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create variable from multi row variable set</title>
      <link>https://www.servicenow.com/community/developer-forum/create-variable-from-multi-row-variable-set/m-p/3149140#M1171680</link>
      <description>&lt;P&gt;Can you give me a basis for how I can make this flow?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 20:50:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-variable-from-multi-row-variable-set/m-p/3149140#M1171680</guid>
      <dc:creator>MariaVitorS</dc:creator>
      <dc:date>2025-01-14T20:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create variable from multi row variable set</title>
      <link>https://www.servicenow.com/community/developer-forum/create-variable-from-multi-row-variable-set/m-p/3149187#M1171691</link>
      <description>&lt;P&gt;Can you give me a basis for how I can make this flow?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 20:51:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-variable-from-multi-row-variable-set/m-p/3149187#M1171691</guid>
      <dc:creator>MariaVitorS</dc:creator>
      <dc:date>2025-01-14T20:51:12Z</dc:date>
    </item>
  </channel>
</rss>

