<?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 updating catalog variable with field value in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/updating-catalog-variable-with-field-value/m-p/3450787#M5659</link>
    <description>&lt;P&gt;can i get RITM field's value of one catalog into an other catalog item's referenced type variable in flow designer without script&lt;/P&gt;</description>
    <pubDate>Tue, 16 Dec 2025 13:59:16 GMT</pubDate>
    <dc:creator>SabiraP</dc:creator>
    <dc:date>2025-12-16T13:59:16Z</dc:date>
    <item>
      <title>updating catalog variable with field value</title>
      <link>https://www.servicenow.com/community/community-central-forum/updating-catalog-variable-with-field-value/m-p/3450787#M5659</link>
      <description>&lt;P&gt;can i get RITM field's value of one catalog into an other catalog item's referenced type variable in flow designer without script&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 13:59:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/updating-catalog-variable-with-field-value/m-p/3450787#M5659</guid>
      <dc:creator>SabiraP</dc:creator>
      <dc:date>2025-12-16T13:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: updating catalog variable with field value</title>
      <link>https://www.servicenow.com/community/community-central-forum/updating-catalog-variable-with-field-value/m-p/3450807#M5662</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1027845"&gt;@SabiraP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;your requirement is not clear.&lt;/P&gt;
&lt;P&gt;You have Catalog Item A and another Catalog Item B which has a reference variable in it.&lt;/P&gt;
&lt;P&gt;what next? share screenshots&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; If my response helped, please mark it as correct &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; and close the thread &lt;span class="lia-unicode-emoji" title=":locked:"&gt;🔒&lt;/span&gt;— this helps future readers find the solution faster! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 14:25:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/updating-catalog-variable-with-field-value/m-p/3450807#M5662</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-12-16T14:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: updating catalog variable with field value</title>
      <link>https://www.servicenow.com/community/community-central-forum/updating-catalog-variable-with-field-value/m-p/3450822#M5663</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1027845"&gt;@SabiraP&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per my understanding of your requirement, it's not possible, because the only way to get variables from a requested item in a flow is to use the Get Catalog Variables action after you’ve looked up the RITM and then use those value in subsequent actions, but there’s no built in flow action that will automatically update or insert a variable on a different catalog item without either scripting or a custom action around the variable tables....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you found my response helpful, please mark it as &lt;STRONG&gt;‘Accept as Solution’&lt;/STRONG&gt; and &lt;STRONG&gt;‘Helpful’.&lt;/STRONG&gt; This helps other community members find the right answer more easily and supports the community.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 14:37:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/updating-catalog-variable-with-field-value/m-p/3450822#M5663</guid>
      <dc:creator>kaushal_snow</dc:creator>
      <dc:date>2025-12-16T14:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: updating catalog variable with field value</title>
      <link>https://www.servicenow.com/community/community-central-forum/updating-catalog-variable-with-field-value/m-p/3450826#M5664</link>
      <description>&lt;P&gt;You can't update ANY Catalog Item variables with ANY value in Flow Designer without a script - as easy as this was in Workflow Editor.&amp;nbsp; I have created a custom Action that is dynamic, so I can pass in the RITM (trigger from the flow), Variable Name, and Variable Value, and the action script will do the update.&amp;nbsp; In your case since you want to get the value from a different RITM record you would first do a Look Up Record activity to return that RITM, then pass in to the custom action as the variable value the field data pill from that look up activity, or the variable pill after a Get Catalog Variables action on the Look up record, if you meant a &lt;EM&gt;variable&lt;/EM&gt; from the other RITM, not a&amp;nbsp;&lt;EM&gt;field&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case it's helpful, here's what my custom action looks like&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BradBowman_0-1765896059889.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/491207i36CA584014DC02C0/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="BradBowman_0-1765896059889.png" alt="BradBowman_0-1765896059889.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BradBowman_1-1765896089774.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/491208i126542AC954C7A35/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="BradBowman_1-1765896089774.png" alt="BradBowman_1-1765896089774.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;(function execute(inputs, outputs) {
  try { 
    var variables = inputs.ritm.variables.getElements(); 
    
    for (var i = 0; i &amp;lt; variables.length; i++) { 
      var question = variables[i].getQuestion(); 
      
      if (question.getName() == inputs.variable_name) {
        question.setValue(inputs.variable_value);
      }  
    }
    
    inputs.ritm.update();
    outputs.state = 'success';
  }
  catch (e) {
    gs.error(e);
    outputs.state = 'error';
  }
})(inputs, outputs);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 14:45:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/updating-catalog-variable-with-field-value/m-p/3450826#M5664</guid>
      <dc:creator>Brad Bowman</dc:creator>
      <dc:date>2025-12-16T14:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: updating catalog variable with field value</title>
      <link>https://www.servicenow.com/community/community-central-forum/updating-catalog-variable-with-field-value/m-p/3451042#M5667</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1027845"&gt;@SabiraP&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't get your question - what is the business use case here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 20:12:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/updating-catalog-variable-with-field-value/m-p/3451042#M5667</guid>
      <dc:creator>AndersBGS</dc:creator>
      <dc:date>2025-12-16T20:12:01Z</dc:date>
    </item>
  </channel>
</rss>

