<?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 integration through flow designer in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/integration-through-flow-designer/m-p/3544185#M6919</link>
    <description>&lt;P&gt;get the user department,location,manager deatils from one servicenow instance and store is in annother servicenow instance&lt;/P&gt;</description>
    <pubDate>Sat, 16 May 2026 06:52:40 GMT</pubDate>
    <dc:creator>shivanitana</dc:creator>
    <dc:date>2026-05-16T06:52:40Z</dc:date>
    <item>
      <title>integration through flow designer</title>
      <link>https://www.servicenow.com/community/community-central-forum/integration-through-flow-designer/m-p/3544185#M6919</link>
      <description>&lt;P&gt;get the user department,location,manager deatils from one servicenow instance and store is in annother servicenow instance&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2026 06:52:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/integration-through-flow-designer/m-p/3544185#M6919</guid>
      <dc:creator>shivanitana</dc:creator>
      <dc:date>2026-05-16T06:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: integration through flow designer</title>
      <link>https://www.servicenow.com/community/community-central-forum/integration-through-flow-designer/m-p/3544422#M6923</link>
      <description>&lt;P&gt;Hi Shiva,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure if I understand your question clearly, you might be able to achieve this through Remote instance spoke, you can create a connection and child connection for each remote instance and update sys_user fields&lt;SPAN&gt;&amp;nbsp;like department, location, manager.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2026 17:27:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/integration-through-flow-designer/m-p/3544422#M6923</guid>
      <dc:creator>Rabah2</dc:creator>
      <dc:date>2026-05-17T17:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: integration through flow designer</title>
      <link>https://www.servicenow.com/community/community-central-forum/integration-through-flow-designer/m-p/3544432#M6924</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1057043"&gt;@shivanitana&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(High level architecture)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Option1: Using Flow Rest PI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 1: Create a Credential and Connection&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Before building the flow, establish a secure connection to your Target instance.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the Source instance, navigate to Connections &amp;amp; Credentials &amp;gt; Credentials.&lt;/LI&gt;&lt;LI&gt;Click New and select Basic Auth Credentials.&lt;/LI&gt;&lt;LI&gt;Provide the username and password of a system integration user in the Target instance.&lt;/LI&gt;&lt;LI&gt;Navigate to Connections &amp;amp; Credentials &amp;gt; Connection and create a new HTTP Connection pointing to your Target instance (e.g., https://&amp;lt;your_target_instance&amp;gt;.service-now.com).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 2: Build a Custom Flow Action&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open Flow Designer on the Source instance, click New, and select Action.&lt;/LI&gt;&lt;LI&gt;Define the Action Inputs:&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;User_Sys_ID (String) - The unique identifier of the user to search.&lt;/LI&gt;&lt;/UL&gt;&lt;LI&gt;Add a REST Step:&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;Connection: Define Connection Inline. Select the HTTP connection created in Step 1.&lt;/LI&gt;&lt;LI&gt;Resource Path: /api/now/table/sys_user/{User_Sys_ID}&lt;/LI&gt;&lt;LI&gt;HTTP Method: GET&lt;/LI&gt;&lt;LI&gt;Headers: Accept : application/json&lt;/LI&gt;&lt;/UL&gt;&lt;LI&gt;Parse the Response: Add a JSON Parser or directly map the response output fields (department, location, manager) to the Action Outputs.&lt;/LI&gt;&lt;LI&gt;Define the Action Outputs: Department, Location, Manager.&lt;/LI&gt;&lt;LI&gt;Click Save and Publish the Action&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 3: Create the Flow&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Flow Designer&lt;/STRONG&gt;, create a new&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Flow&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Define your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Trigger&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(e.g., when a user record is created, or a catalog item is requested).&lt;/LI&gt;&lt;LI&gt;Add an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Action&lt;/STRONG&gt;:&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;Select your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Custom Action&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;created in Step 2.&lt;/LI&gt;&lt;LI&gt;Drag and drop the User_Sys_ID Data Pill into the action input.&lt;/LI&gt;&lt;/UL&gt;&lt;LI&gt;Add a second action:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Update Record&lt;/STRONG&gt;.&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;Set the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Record&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to the Target record on the Source instance.&lt;/LI&gt;&lt;LI&gt;Update the Department, Location, and Manager fields using the Data Pills outputted by the REST action.&lt;/LI&gt;&lt;/UL&gt;&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Activate&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Option2 :&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Using the ServiceNow Remote Instance Spoke:&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2026 17:58:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/integration-through-flow-designer/m-p/3544432#M6924</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-05-17T17:58:24Z</dc:date>
    </item>
  </channel>
</rss>

