<?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: Bring 50k from SF in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1061#M498</link>
    <description>&lt;P&gt;Alright! thank you all. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 May 2021 23:49:17 GMT</pubDate>
    <dc:creator>daniel-chupak</dc:creator>
    <dc:date>2021-05-27T23:49:17Z</dc:date>
    <item>
      <title>Bring 50k from SF</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1058#M495</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Has anyone tried to bring about 50k records from SF using the custom action and pagination method?&lt;/P&gt;&lt;P&gt;The issue is that to collect all the data I use the 'Accumulate to list' action and it seems to take too much time which makes me exceed the 90 minutes limit.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I was wondering if anyone has found another solution?&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 22:23:11 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1058#M495</guid>
      <dc:creator>daniel-chupak</dc:creator>
      <dc:date>2021-05-27T22:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bring 50k from SF</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1059#M496</link>
      <description>&lt;P&gt;If I need to grab more than 2K lines from SF, I use the bulk &amp;gt; csv action (Just make sure that recipe is started so that it wakes up 5 minutes later to finish the bulk action). Also, you should use mapper / common data models functionality rather than accumulate to list to bulk map the data in one action rather than looping through each record.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 22:32:48 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1059#M496</guid>
      <dc:creator>ajorde</dc:creator>
      <dc:date>2021-05-27T22:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bring 50k from SF</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1060#M497</link>
      <description>&lt;P&gt;Bulk is the way to go, I agree with &lt;A href="https://systematic.workato.com/workato-migration/users/2371148"&gt;Amy Jorde&lt;/A&gt; . This is what we use for these types of use cases. Keep in mind that Bulk doesn't seem to work in Test mode, only when the recipe is active. &lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 22:59:32 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1060#M497</guid>
      <dc:creator>mroldanvega</dc:creator>
      <dc:date>2021-05-27T22:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bring 50k from SF</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1061#M498</link>
      <description>&lt;P&gt;Alright! thank you all. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 23:49:17 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1061#M498</guid>
      <dc:creator>daniel-chupak</dc:creator>
      <dc:date>2021-05-27T23:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bring 50k from SF</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1062#M499</link>
      <description>&lt;P&gt;I ran into a similar problem downloading a large SF report and looping through each line.  You need to add an IF statement at the top of your loop to check the count of the index you are looping through and pause for .5 seconds every 4000-5000 rows.  This will allow your job to run without timing out after 90 minutes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 May 2021 00:13:05 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1062#M499</guid>
      <dc:creator>john-colburn</dc:creator>
      <dc:date>2021-05-28T00:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bring 50k from SF</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1063#M500</link>
      <description>&lt;P&gt;Processing each record individually is going to greatly increase your task usage in Workato... I still definitely recommend using a mapper action rather than looping through each record individually. I use these in almost every recipe to avoid loops wherever possible.&lt;/P&gt;&lt;P&gt;https://docs.workato.com/recipes/tasks.html&lt;/P&gt;&lt;P&gt;https://docs.workato.com/connectors/mapper.html#mapper-by-workato&lt;/P&gt;&lt;P&gt;https://docs.workato.com/features/common-data-model.html&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 03:01:43 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1063#M500</guid>
      <dc:creator>ajorde</dc:creator>
      <dc:date>2021-05-28T03:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bring 50k from SF</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1064#M501</link>
      <description>&lt;P&gt;I had also faced the same type of scenario while used Accumulated List within a Repeat action. One of the solutions is to use the "Search record in Bulk using SOQL query" action to get the exact data that you want. This will return CSV as result. Another possible solution is, try to use "mapper action" or "Create List Variable" rather than accumulated list.&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 13:30:25 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/bring-50k-from-sf/m-p/1064#M501</guid>
      <dc:creator>sanjay-rathod1</dc:creator>
      <dc:date>2021-05-28T13:30:25Z</dc:date>
    </item>
  </channel>
</rss>

