<?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: recipe Airtable and Box in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4343#M1954</link>
    <description>&lt;P&gt;The screenshot you provided doesn't show the 404 error. I'm not entirely sure how the Box connector/API works, but I'm guessing if you search by an ID that doesn't exist, it might return a 404. In this case, you can put the Box step in an error handler to catch the error. Once it's caught, you can create the folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Think of it like this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Search by ID, then...&lt;UL&gt;&lt;LI&gt;If ID exists =&amp;gt; update the variable&lt;/LI&gt;&lt;LI&gt;If ID doesn't exist (404 error) =&amp;gt; create the folder/ID =&amp;gt; update the variable&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2023 15:43:05 GMT</pubDate>
    <dc:creator>gary1</dc:creator>
    <dc:date>2023-04-26T15:43:05Z</dc:date>
    <item>
      <title>recipe Airtable and Box</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4315#M1944</link>
      <description>&lt;P&gt;Hey all, so I'm having some issues, with some logic on my recipe.&lt;/P&gt;&lt;P&gt;The ultimate goal is this: Search Box for existing&lt;STRONG&gt; Year&lt;/STRONG&gt; folder first, if there then search for next variable, &lt;STRONG&gt;ClientID&lt;/STRONG&gt;, if there then search for &lt;STRONG&gt;MoDaYeBox&lt;/STRONG&gt; Folder (All folders based on Airtable fields)Once all those folders are found and or created if NOT found, then finally, a Box shared link is created, and then pasted into an Airtable field (Box Link).&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="srlakeepic_2-1682369281556.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/347i56C07C96922236EB/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="srlakeepic_2-1682369281556.png" alt="srlakeepic_2-1682369281556.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="srlakeepic_3-1682369298423.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/348i4BC4A17967624C24/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="srlakeepic_3-1682369298423.png" alt="srlakeepic_3-1682369298423.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;That's the recipe above.&amp;nbsp; The problem is, when search DOES find the folder, how will it know to NOT create the folder, but stay inside that folder as the new parent folder?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;YEAR&lt;/STRONG&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;CLIENTID&lt;/STRONG&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;MoDaYeBox&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt; folder, then &lt;STRONG&gt;ClientID &lt;/STRONG&gt;folder, finally,&lt;STRONG&gt; MoDaYeBox&lt;/STRONG&gt; folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;From that final&lt;STRONG&gt; MoDaYeBox &lt;/STRONG&gt;folder, a Box shared link is generated.&lt;/P&gt;&lt;P&gt;Then that box link is pasted into an Airtable field.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas how to proceed differently?&amp;nbsp; Right now I get 404 errors because the previous Folder ID doesn't exist, even though it does.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 20:52:47 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4315#M1944</guid>
      <dc:creator>srlakeepic</dc:creator>
      <dc:date>2023-04-24T20:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: recipe Airtable and Box</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4316#M1945</link>
      <description>&lt;P&gt;It's all mostly in place, I think you just need to implement more variables to store the "ID to use" for each tier regardless of whether that ID already existed or was freshly created.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create variables for YEAR_ID, CLIENT_ID, and MDY_ID&lt;/LI&gt;&lt;LI&gt;Search for Year folder&lt;/LI&gt;&lt;LI&gt;If Year folder is found, &lt;STRONG&gt;update YEAR_ID variable (add&amp;nbsp;immediately this after step 3)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;If Year folder is NOT found, &lt;STRONG&gt;create folder and then update YEAR_ID variable (add immediately after step 5)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Search for Client folder in YEAR_ID&lt;/LI&gt;&lt;LI&gt;If Client folder is found, &lt;STRONG&gt;update CLIENT_ID variable (add&amp;nbsp;immediately after step 6)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;If Client folder is NOT found, &lt;STRONG&gt;create folder and then update CLIENT_ID variable (add immediately after step 8 )&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Search for MDY folder in CLIENT_ID&lt;/LI&gt;&lt;LI&gt;If MDY folder is found, &lt;STRONG&gt;update MDY_ID variable (add&amp;nbsp;immediately after step 9)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;If MDY folder is NOT found, &lt;STRONG&gt;create folder and then update MDY_ID variable (add immediately after step 11)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Generate Box link for MDY_ID&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 21:21:35 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4316#M1945</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2023-04-24T21:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: recipe Airtable and Box</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4328#M1947</link>
      <description>&lt;P&gt;I will build upon that.&amp;nbsp; I knew I was missing something, just wasn't sure what it would be.&amp;nbsp; A few of Workato team built over the top of one of my attempts, and it didn't work either, so I got increasingly frustrated.&amp;nbsp; Used if statements, then if/else, but each trial failed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really want to write this correctly, as it'll save a lot of time in the long run of a lot of manual work.&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp; I'll give it a whirl, and let ya know!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 22:36:25 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4328#M1947</guid>
      <dc:creator>srlakeepic</dc:creator>
      <dc:date>2023-04-25T22:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: recipe Airtable and Box</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4329#M1948</link>
      <description>&lt;P&gt;So when you say implement more variables, you mean create new ones and not write over the initial ones, as they store what Airtable has and would be used eventually in the recipe?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 22:41:27 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4329#M1948</guid>
      <dc:creator>srlakeepic</dc:creator>
      <dc:date>2023-04-25T22:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: recipe Airtable and Box</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4331#M1949</link>
      <description>&lt;P&gt;Unfortunately, I'm not given any options to place year fold id found as it's not showing results from search.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="srlakeepic_0-1682462965516.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/353i2953F0F26564A5A3/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="srlakeepic_0-1682462965516.png" alt="srlakeepic_0-1682462965516.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 22:50:00 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4331#M1949</guid>
      <dc:creator>srlakeepic</dc:creator>
      <dc:date>2023-04-25T22:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: recipe Airtable and Box</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4332#M1950</link>
      <description>&lt;P&gt;In step 5, you need to first check the box next to which variable you want to update. Then it will give you an input field so you can use a data pill from step 4.&lt;/P&gt;&lt;P&gt;Also, I can't be sure because I don't know the recipe perfectly, but I think you have too many variables. For example, what is the difference between "Client ID BOX" and "ClientID Found" ?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 23:06:26 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4332#M1950</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2023-04-25T23:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: recipe Airtable and Box</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4333#M1951</link>
      <description>&lt;P&gt;Based on your initial screenshots, you're very close to having this working. I'm a bit surprised that someone from Workato wouldn't be able to resolve this. If you keep providing updates, I'll help get you over the finish line!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 23:07:52 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4333#M1951</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2023-04-25T23:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: recipe Airtable and Box</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4339#M1952</link>
      <description>&lt;P&gt;So I'm getting the 404 error, perhaps I implemented your instructions incorrectly?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="srlakeepic_0-1682522658015.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/355iF5CC45D5E5D08D5A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="srlakeepic_0-1682522658015.png" alt="srlakeepic_0-1682522658015.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 15:24:23 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4339#M1952</guid>
      <dc:creator>srlakeepic</dc:creator>
      <dc:date>2023-04-26T15:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: recipe Airtable and Box</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4341#M1953</link>
      <description>&lt;P&gt;I'm getting a 404 error still, so it's not finding the folder id, I'm guessing?&amp;nbsp; Not sure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="srlakeepic_0-1682522725336.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/356i1FD993BB3269F4C4/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="srlakeepic_0-1682522725336.png" alt="srlakeepic_0-1682522725336.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 15:25:55 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4341#M1953</guid>
      <dc:creator>srlakeepic</dc:creator>
      <dc:date>2023-04-26T15:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: recipe Airtable and Box</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4343#M1954</link>
      <description>&lt;P&gt;The screenshot you provided doesn't show the 404 error. I'm not entirely sure how the Box connector/API works, but I'm guessing if you search by an ID that doesn't exist, it might return a 404. In this case, you can put the Box step in an error handler to catch the error. Once it's caught, you can create the folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Think of it like this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Search by ID, then...&lt;UL&gt;&lt;LI&gt;If ID exists =&amp;gt; update the variable&lt;/LI&gt;&lt;LI&gt;If ID doesn't exist (404 error) =&amp;gt; create the folder/ID =&amp;gt; update the variable&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 15:43:05 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipe-airtable-and-box/m-p/4343#M1954</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2023-04-26T15:43:05Z</dc:date>
    </item>
  </channel>
</rss>

