<?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 Re: Flow Designer Create Record during Look up field values ​​from another table in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/flow-designer-create-record-during-look-up-field-values-from/m-p/1409057#M65983</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm not 100% sure,&amp;nbsp; but this is worth a check:&lt;/P&gt;
&lt;P&gt;Check if the caller access on table "sn_customerservice_base_follow_up_detran" has Caller Access as "Caller Restriction"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/149046i26CE0C82F7E961AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So whenever this table is being read from other scope it would create an entry into Restricted Caller Access table with Status as Requested&lt;/P&gt;
&lt;P&gt;Try searching for this table and source scope as your custom scope, try to find if you can see your record and if the Flow has created an entry into this table.&lt;/P&gt;
&lt;P&gt;Some filters that may help find the records:&lt;/P&gt;
&lt;P&gt;1) Target Table - sn_customerservice_base_follow_up_detran&lt;/P&gt;
&lt;P&gt;2) Target Type - table&lt;/P&gt;
&lt;P&gt;3) Operation - Read&lt;/P&gt;
&lt;P&gt;4) Status should be set to Allowed&lt;/P&gt;
&lt;P&gt;If you find a record, you want to change the status to Allowed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;&lt;EM&gt;Please mark my answer as Correct/Helpful based on impact&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;EM&gt;Regards,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;EM&gt;Dan H&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2022 21:27:35 GMT</pubDate>
    <dc:creator>Dan H</dc:creator>
    <dc:date>2022-03-08T21:27:35Z</dc:date>
    <item>
      <title>Flow Designer Create Record during Look up field values ​​from another table</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-create-record-during-look-up-field-values-from/m-p/1409054#M65980</link>
      <description>&lt;PRE class="tw-data-text tw-text-large tw-ta"&gt;&lt;SPAN class="Y2IQFc" lang="en"&gt;Good afternoon people,

I'm getting started with &lt;STRONG&gt;Flow Designer&lt;/STRONG&gt; and I'm stuck on how to create a new record in &lt;BR /&gt;&lt;BR /&gt;a table(&lt;EM&gt;&lt;STRONG&gt;sn_customerservice_base_follow_up_detran [Target Table]&lt;/STRONG&gt;&lt;/EM&gt;) based on the values ​​of &lt;BR /&gt;&lt;BR /&gt;another table(&lt;EM&gt;&lt;STRONG&gt;sn_customerservice_case [Origem Table]&lt;/STRONG&gt;&lt;/EM&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE class="tw-data-text tw-text-large tw-ta"&gt;&lt;SPAN class="Y2IQFc" lang="en"&gt;&lt;STRONG&gt;TRIGGER&lt;/STRONG&gt;: Run Once&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ACTIONS&lt;/STRONG&gt;:&lt;BR /&gt;1. Look Up &lt;STRONG&gt;&lt;EM&gt;Target Table&lt;/EM&gt;&lt;BR /&gt;&lt;/STRONG&gt;2. For Each Item in &lt;STRONG&gt;&lt;EM&gt;Target Table&lt;/EM&gt; Records&lt;/STRONG&gt;&lt;BR /&gt;-- 2.1 Delete Record&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE class="tw-data-text tw-text-large tw-ta"&gt;&lt;SPAN class="Y2IQFc" lang="en"&gt;3. Look Up &lt;EM&gt;&lt;STRONG&gt;Origem Table&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;4. For Each Item in &lt;STRONG&gt;&lt;EM&gt;Origem Table&lt;/EM&gt; Records&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;-- 4.1 Create a new Record in &lt;EM&gt;&lt;STRONG&gt;Target Table&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt; * Fields &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="Y2IQFc" lang="en" style="color: #ff0000;"&gt;&lt;STRONG&gt;&lt;EM&gt;Target Table &lt;/EM&gt;&lt;/STRONG&gt;with Fields &lt;EM&gt;&lt;STRONG&gt;Origem Table&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE class="tw-data-text tw-text-large tw-ta"&gt;&lt;SPAN class="Y2IQFc" lang="en"&gt;My Flow:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/149030iFA9C2BE7529BD2B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE class="tw-data-text tw-text-large tw-ta"&gt;&lt;SPAN class="Y2IQFc" lang="en" style="color: #ff0000;"&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE class="tw-data-text tw-text-large tw-ta"&gt;&lt;SPAN class="Y2IQFc" lang="en"&gt;&lt;BR /&gt;Basically I need to get all the cases identified in the 1st Filter and pass the values ​​of some fields to another table.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta"&gt;&lt;SPAN class="Y2IQFc" lang="en"&gt;Can someone show me how to perform this action correctly?&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Mar 2022 21:09:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-create-record-during-look-up-field-values-from/m-p/1409054#M65980</guid>
      <dc:creator>Rafaeloneil</dc:creator>
      <dc:date>2022-03-07T21:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Create Record during Look up field values ​​from another table</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-create-record-during-look-up-field-values-from/m-p/1409055#M65981</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Step 5 is iterating through each of the Case Records found in step 4.&lt;/P&gt;
&lt;P&gt;On the right of the window, where you see the data pills, you should expand the Case Records.&lt;/P&gt;
&lt;P&gt;Take the values that you want from the Case Record using the data pill from the expanded case record list and put them into the field value for the new record. Where you currently have ?????.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;After my For Each, I have access to the HR Case Records, I expand it and I can see the fields on the HR Case. I take the fields I want and set them as the value for the fields in the new record.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/149044iEBD3060C7F87F389/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;&lt;EM&gt;Please mark my answer as Correct/Helpful based on impact&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;EM&gt;Regards,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;EM&gt;Dan H&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 21:42:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-create-record-during-look-up-field-values-from/m-p/1409055#M65981</guid>
      <dc:creator>Dan H</dc:creator>
      <dc:date>2022-03-07T21:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Create Record during Look up field values ​​from another table</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-create-record-during-look-up-field-values-from/m-p/1409056#M65982</link>
      <description>&lt;P&gt;Hi Dan,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Tradução"&gt;&lt;SPAN class="Y2IQFc" lang="en"&gt;Thank you, I understood how it works.

Now I don't know if I can take the opportunity but when running the Test I get the error:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/149038i82687E4181682949/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Tradução"&gt;&lt;SPAN class="Y2IQFc" lang="en"&gt;When analyzing the Table does not exist, I have an active ACL and the access permissions are also active&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Tradução"&gt;&lt;SPAN class="Y2IQFc" lang="en"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/149034iA77BFC69378C0DF5/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Tradução"&gt;&lt;SPAN class="Y2IQFc" lang="en"&gt;Both objects are created in the global scope,

Could you give me some guidance?&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 21:13:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-create-record-during-look-up-field-values-from/m-p/1409056#M65982</guid>
      <dc:creator>Rafaeloneil</dc:creator>
      <dc:date>2022-03-08T21:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Create Record during Look up field values ​​from another table</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-create-record-during-look-up-field-values-from/m-p/1409057#M65983</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm not 100% sure,&amp;nbsp; but this is worth a check:&lt;/P&gt;
&lt;P&gt;Check if the caller access on table "sn_customerservice_base_follow_up_detran" has Caller Access as "Caller Restriction"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/149046i26CE0C82F7E961AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So whenever this table is being read from other scope it would create an entry into Restricted Caller Access table with Status as Requested&lt;/P&gt;
&lt;P&gt;Try searching for this table and source scope as your custom scope, try to find if you can see your record and if the Flow has created an entry into this table.&lt;/P&gt;
&lt;P&gt;Some filters that may help find the records:&lt;/P&gt;
&lt;P&gt;1) Target Table - sn_customerservice_base_follow_up_detran&lt;/P&gt;
&lt;P&gt;2) Target Type - table&lt;/P&gt;
&lt;P&gt;3) Operation - Read&lt;/P&gt;
&lt;P&gt;4) Status should be set to Allowed&lt;/P&gt;
&lt;P&gt;If you find a record, you want to change the status to Allowed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;&lt;EM&gt;Please mark my answer as Correct/Helpful based on impact&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;EM&gt;Regards,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;EM&gt;Dan H&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 21:27:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-create-record-during-look-up-field-values-from/m-p/1409057#M65983</guid>
      <dc:creator>Dan H</dc:creator>
      <dc:date>2022-03-08T21:27:35Z</dc:date>
    </item>
  </channel>
</rss>

