<?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: Tutorials in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1725#M701</link>
    <description>&lt;P&gt;If the output of the call is always a similar data structure could you not provide an example json to workato's inbuilt json parser app?&lt;/P&gt;</description>
    <pubDate>Wed, 03 Nov 2021 00:09:51 GMT</pubDate>
    <dc:creator>mitchel</dc:creator>
    <dc:date>2021-11-03T00:09:51Z</dc:date>
    <item>
      <title>Tutorials</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1724#M700</link>
      <description>&lt;P&gt;Hi, I'm looking for some tutorials bcause i'm running into some difficulties.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I need to loop through the output of a call,and for each project call one of the retrieved API endpoints.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;For example in the attached output I pickup project Name (TEST 1 ISO Naming), and call the Issues api path (https://developer.api.autodesk.com/issues/v1/containers/00699bbc-ea32-4451-8bb9-6c8962ebfee3/issues)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I can't seem to get the creation of the list, and then pupulating the list and then in a for each call the retrieved API key&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2021 23:59:21 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1724#M700</guid>
      <dc:creator>roland-daane</dc:creator>
      <dc:date>2021-11-02T23:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tutorials</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1725#M701</link>
      <description>&lt;P&gt;If the output of the call is always a similar data structure could you not provide an example json to workato's inbuilt json parser app?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 00:09:51 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1725#M701</guid>
      <dc:creator>mitchel</dc:creator>
      <dc:date>2021-11-03T00:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Tutorials</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1726#M702</link>
      <description>&lt;P&gt;Hi Roland can I know what errors did you get while creating the recipe&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 00:10:21 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1726#M702</guid>
      <dc:creator>vishwanathgouri</dc:creator>
      <dc:date>2021-11-03T00:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tutorials</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1727#M703</link>
      <description>&lt;P&gt;I don't think you want the second loop nested in the first one.&lt;/P&gt;&lt;P&gt;I think that's your only issue here?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Nov 2021 00:27:46 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1727#M703</guid>
      <dc:creator>anthony-oconnor</dc:creator>
      <dc:date>2021-11-03T00:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tutorials</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1728#M704</link>
      <description>&lt;P&gt;Hi Roland, probably you want to create the full list first. Afterwards, you can take the list and - while iterating through it - call the respective API endpoints (synchronously or asynchronously depending on your use case logic). Most likely, you will do that in a separate callable recipe to keep your logic simple and clean. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Additionally, your usage of batch operations needs a closer look. If you wish, we can have a talk about this and see, how your solution can look like. Kind regards, Gernot&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 00:44:15 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1728#M704</guid>
      <dc:creator>info</dc:creator>
      <dc:date>2021-11-03T00:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tutorials</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1729#M705</link>
      <description>&lt;P&gt;BTW: There is a product hour on Workato lists. It might be some years old but is still valid although the user interface new looks differently. But this does not matter.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 00:45:19 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1729#M705</guid>
      <dc:creator>info</dc:creator>
      <dc:date>2021-11-03T00:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tutorials</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1730#M706</link>
      <description>&lt;P&gt;Thenks for all the help!&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;In Step 2 I grab all the project data.&lt;/P&gt;&lt;P&gt;Step 3 and 4 are a test to see if the call will produce data.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Step 5 is create repeater help list&lt;/P&gt;&lt;P&gt;Step 6 is the for each which runs in batches of 10&lt;/P&gt;&lt;P&gt;Step 7 acumulates the list from step 5 and takes Name and Link from step 2.&lt;/P&gt;&lt;P&gt;If I put this into Sharepoint, I see the same data for each for each loop.&lt;/P&gt;&lt;P&gt;(See attached images)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I did try the parse to Json but couldn't figure out what the document should be.....&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Nov 2021 01:13:05 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1730#M706</guid>
      <dc:creator>roland-daane</dc:creator>
      <dc:date>2021-11-03T01:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Tutorials</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1731#M707</link>
      <description>&lt;P&gt;Vivek just pointed me in the direction that i can query the output of step 2 directly in a loop.&lt;/P&gt;&lt;P&gt;This works!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 02:34:55 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/tutorials/m-p/1731#M707</guid>
      <dc:creator>roland-daane</dc:creator>
      <dc:date>2021-11-03T02:34:55Z</dc:date>
    </item>
  </channel>
</rss>

