<?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: Call an API to multiple tables in a Single Job in Community Chat</title>
    <link>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11895#M1192</link>
    <description>&lt;P&gt;I am able to solve this now, thank you for your assistance&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10080"&gt;@francbaviello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Feb 2026 14:56:17 GMT</pubDate>
    <dc:creator>lalatendujena</dc:creator>
    <dc:date>2026-02-17T14:56:17Z</dc:date>
    <item>
      <title>Call an API to multiple tables in a Single Job</title>
      <link>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11879#M1184</link>
      <description>&lt;P&gt;I want to call multiple GET APIs from my recipe. In Step 6, I am currently calling one GET API, but I need to retrieve data from multiple data stores using the same step/API. Essentially, I want to pass the name of the data store (API endpoint) at runtime.&lt;/P&gt;&lt;P&gt;Let's say I have the API like this -&amp;gt; xyz.com/api/data/&lt;STRONG&gt;DatastoreTable1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So in runtime it can be&amp;nbsp;&lt;STRONG&gt;DatastoreTable1, DatastoreTable2, DatastoreTable3...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I created a variable for this purpose, but it did not work.&lt;/P&gt;&lt;P&gt;Appreciate any assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-02-16 at 9.50.40 AM.png" style="width: 739px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2589i0E87DEAB370AFB29/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-02-16 at 9.50.40 AM.png" alt="Screenshot 2026-02-16 at 9.50.40 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 15:06:00 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11879#M1184</guid>
      <dc:creator>lalatendujena</dc:creator>
      <dc:date>2026-02-16T15:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Call an API to multiple tables in a Single Job</title>
      <link>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11880#M1185</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/13358"&gt;@lalatendujena&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;The simple and easy suggestion to implement would be, storing all these records either into a lookup or data table (better lookup &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ) and&amp;nbsp;retrieve those entries in recipe.&lt;BR /&gt;&lt;BR /&gt;Let me know if this approach doesn't work for you or need a better approach.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 19:24:07 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11880#M1185</guid>
      <dc:creator>Bhagya_pola</dc:creator>
      <dc:date>2026-02-16T19:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Call an API to multiple tables in a Single Job</title>
      <link>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11883#M1186</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11539"&gt;@Bhagya_pola&lt;/a&gt;&amp;nbsp;for this,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using a lookup table or a data table was my initial thought, but I preferred to use a variable where I could simply create a list of strings to solve my problem. Since I only need to pass the table names dynamically in the API URL at runtime, I thought this approach would be simpler.&lt;/P&gt;&lt;P&gt;However, I ran into an issue with mapping the variable. I’m not sure which datapills to map from the available options (from a for loop), and that’s where I got stuck.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-02-16 at 9.31.50 PM.png" style="width: 772px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2591i897349C5312D9AC1/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-02-16 at 9.31.50 PM.png" alt="Screenshot 2026-02-16 at 9.31.50 PM.png" /&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, 17 Feb 2026 02:35:31 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11883#M1186</guid>
      <dc:creator>lalatendujena</dc:creator>
      <dc:date>2026-02-17T02:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Call an API to multiple tables in a Single Job</title>
      <link>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11888#M1187</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/13358"&gt;@lalatendujena&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In order to access the variable as a list in the for loop, it should be created in the way shown in the below images.&lt;/P&gt;&lt;P&gt;However, my suggestion would be to use a lookup or datatable, as that will be easier and more maintainable. If we go with a variable approach, then all the Request URLs need to be added to a list and accessed inside the loop, which can be a bit of a hassle.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;If you already have the list, it will be easy to pass it at runtime.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If the list is not already available, creating and maintaining it using variables can be a hassle.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;A separate list/loop again is required to add and store all those Request URLs.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If any endpoint needs to be updated in the future, it has to be changed at the recipe level.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Updating endpoints directly in the recipe is not a good practice and can be difficult to maintain.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;according to me keeping all the endpoints in another location (like a lookup or datatable) and retrieving them when needed would be a better and more manageable approach.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2026-02-17 084927.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2594i0728EA4E587F7973/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-02-17 084927.png" alt="Screenshot 2026-02-17 084927.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2026-02-17 084910.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2595iF74086327EDC8E53/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-02-17 084910.png" alt="Screenshot 2026-02-17 084910.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 03:36:54 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11888#M1187</guid>
      <dc:creator>Bhagya_pola</dc:creator>
      <dc:date>2026-02-17T03:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Call an API to multiple tables in a Single Job</title>
      <link>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11891#M1189</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/13358"&gt;@lalatendujena&lt;/a&gt;&amp;nbsp;, you can create a list with a specific schema and a fixed list of items "DataTable1, DataTable2...". You can see the correct solution:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VarList.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2596i312D461036A38D79/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="VarList.png" alt="VarList.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 09:52:58 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11891#M1189</guid>
      <dc:creator>francbaviello</dc:creator>
      <dc:date>2026-02-17T09:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Call an API to multiple tables in a Single Job</title>
      <link>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11893#M1190</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11539"&gt;@Bhagya_pola&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;These details make sense to me. I can use the data table for this case and will complete the required mapping. I will let you know if I face any issues.&lt;/P&gt;&lt;P&gt;I appreciate your assistance.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 14:19:15 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11893#M1190</guid>
      <dc:creator>lalatendujena</dc:creator>
      <dc:date>2026-02-17T14:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Call an API to multiple tables in a Single Job</title>
      <link>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11894#M1191</link>
      <description>&lt;P&gt;I am able to solve this issue now, thank you again&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11539"&gt;@Bhagya_pola&lt;/a&gt;&amp;nbsp; for your inputs.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 14:55:03 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11894#M1191</guid>
      <dc:creator>lalatendujena</dc:creator>
      <dc:date>2026-02-17T14:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Call an API to multiple tables in a Single Job</title>
      <link>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11895#M1192</link>
      <description>&lt;P&gt;I am able to solve this now, thank you for your assistance&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10080"&gt;@francbaviello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 14:56:17 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11895#M1192</guid>
      <dc:creator>lalatendujena</dc:creator>
      <dc:date>2026-02-17T14:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Call an API to multiple tables in a Single Job</title>
      <link>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11896#M1193</link>
      <description>&lt;P&gt;Glad it’s resolved. Happy to help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 15:00:29 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/call-an-api-to-multiple-tables-in-a-single-job/m-p/11896#M1193</guid>
      <dc:creator>Bhagya_pola</dc:creator>
      <dc:date>2026-02-17T15:00:29Z</dc:date>
    </item>
  </channel>
</rss>

