<?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>topic Re: Trouble with Sharepoint List in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/trouble-with-sharepoint-list/m-p/8851#M3650</link>
    <description>&lt;P&gt;Hi &lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10225"&gt;@mwalketx320&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;After reviewing your logic, here are my observations:&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Issues Identified:&lt;/STRONG&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Execution Flow:&lt;/STRONG&gt; The recipe currently executes both the "YES" and "NO" tasks sequentially.&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Reason:&lt;/STRONG&gt; Since you're not using IF and ELSE correctly, the execution continues beyond the first condition, leading to unintended behavior.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Flow Control:&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;If you use an IF block followed by an ELSE block, the logic will check the first condition. If it doesn’t match, it moves to ELSE.&lt;/LI&gt;&lt;LI&gt;However, if a LOGGER statement exists after these conditions, it will not execute after the blocks.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Use a STOP block&lt;/STRONG&gt; immediately after the 6th statement to prevent the execution from reaching the 7th statement.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Implement an &lt;/STRONG&gt;&amp;nbsp;ELSE to ensure only one of the conditions executes, preventing unnecessary processing.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope this helps! Let me know if you need further clarification.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;</description>
    <pubDate>Tue, 11 Feb 2025 13:56:38 GMT</pubDate>
    <dc:creator>shivakumara</dc:creator>
    <dc:date>2025-02-11T13:56:38Z</dc:date>
    <item>
      <title>Trouble with Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/trouble-with-sharepoint-list/m-p/8844#M3646</link>
      <description>&lt;P&gt;Trying to build a recipe to download the list of locations in NetSuite and either add or update a SharePoint list. I've created a task to search the SharePoint list by InternalID (Unique ID / Field from NetSuite). I've created an IF condition task of&amp;nbsp;SharePoint List InternalID equals NetSuite Internal ID - if YES, update SharePoint List Row, if NO Add SharePoint List Row.&lt;/P&gt;&lt;P&gt;I'm starting with a blank SharePoint list. The problem is that the recipe seems to execute the YES task and then executes the NO task. I'm going crazy here! Any help is appreciated.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-02-10 205833.jpg" style="width: 945px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1804i6D6AFA350B0E4354/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-02-10 205833.jpg" alt="Screenshot 2025-02-10 205833.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 03:04:14 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/trouble-with-sharepoint-list/m-p/8844#M3646</guid>
      <dc:creator>mwalketx320</dc:creator>
      <dc:date>2025-02-11T03:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/trouble-with-sharepoint-list/m-p/8849#M3648</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10225"&gt;@mwalketx320&lt;/a&gt;,&lt;BR /&gt;Could you try using the following steps:&lt;/P&gt;&lt;P&gt;1. Scheduled Trigger&lt;BR /&gt;2. Search Location In Insuite[BATCH].&lt;BR /&gt;3. For Each Item in Step 2 search.&lt;BR /&gt;4. Search for item in Sharepoint using the Netsuite ID.(dont use Batch action)&lt;BR /&gt;5. In the IF condition check is there any response from the Step 4.&lt;BR /&gt;6.If response is Yes, update the sharepoint list and If No response add to sharepoint List&lt;/P&gt;&lt;P&gt;Since you are using Batch action in Sharepoint search, the datapill tree structure might be shown as LIST instead of HASH.&lt;BR /&gt;Also in IF condition check the Internal ID from Step 3 and Step 4 instead of Step 2.&lt;BR /&gt;&lt;BR /&gt;Could you please try these and let me know if you are facing any issue.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prudvi&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 07:31:49 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/trouble-with-sharepoint-list/m-p/8849#M3648</guid>
      <dc:creator>Prudvi</dc:creator>
      <dc:date>2025-02-11T07:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/trouble-with-sharepoint-list/m-p/8851#M3650</link>
      <description>&lt;P&gt;Hi &lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10225"&gt;@mwalketx320&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;After reviewing your logic, here are my observations:&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Issues Identified:&lt;/STRONG&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Execution Flow:&lt;/STRONG&gt; The recipe currently executes both the "YES" and "NO" tasks sequentially.&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Reason:&lt;/STRONG&gt; Since you're not using IF and ELSE correctly, the execution continues beyond the first condition, leading to unintended behavior.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Flow Control:&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;If you use an IF block followed by an ELSE block, the logic will check the first condition. If it doesn’t match, it moves to ELSE.&lt;/LI&gt;&lt;LI&gt;However, if a LOGGER statement exists after these conditions, it will not execute after the blocks.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Use a STOP block&lt;/STRONG&gt; immediately after the 6th statement to prevent the execution from reaching the 7th statement.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Implement an &lt;/STRONG&gt;&amp;nbsp;ELSE to ensure only one of the conditions executes, preventing unnecessary processing.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope this helps! Let me know if you need further clarification.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 13:56:38 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/trouble-with-sharepoint-list/m-p/8851#M3650</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2025-02-11T13:56:38Z</dc:date>
    </item>
  </channel>
</rss>

