<?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: Input in chained app on gallery reading 0 records (limit reached) in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Input-in-chained-app-on-gallery-reading-0-records-limit-reached/m-p/1005349#M11641</link>
    <description>&lt;P&gt;I believe the issue you're running into is related to incorrect Workflow Dependencies. Make sure that you select UNC paths as outline in this&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/Workflow-Dependencies/ta-p/49696" target="_self"&gt;post&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, sometimes when you initially upload a workflow to your Gallery it will include a copy of the .csv input and save that to the Gallery as well. Be sure that a version of userinput.csv exists in the correct location with the correct data structure before trying to upload the workflow again.&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-left" image-alt="Signature.JPG" style="width: 172px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/258657i55E6692122CC760E/image-dimensions/172x98?v=v2" width="172" height="98" role="button" title="Signature.JPG" alt="Signature.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Sep 2022 19:30:05 GMT</pubDate>
    <dc:creator>mpizzorusso</dc:creator>
    <dc:date>2022-09-22T19:30:05Z</dc:date>
    <item>
      <title>Input in chained app on gallery reading 0 records (limit reached)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Input-in-chained-app-on-gallery-reading-0-records-limit-reached/m-p/1002740#M11612</link>
      <description>&lt;P&gt;Hi all, I have a chained app on the gallery that reads in user inputs as a .csv file. This userinput.csv file is created dynamically from the first app and saved as a .csv file in a shared folder.&amp;nbsp;The file is then picked up by pointing the input tool to the file path on the shared folder. I can confirm that the userinput.csv is not empty. Even if the first app is not run, the userinput.csv will still hold the record from the previous run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when running the app on gallery, the app reads in 0 records (limit reached)&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="gjunhao96_0-1663557190148.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/257727iBDF554800578F3B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="gjunhao96_0-1663557190148.png" alt="gjunhao96_0-1663557190148.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone know why this is happening?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 03:13:24 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Input-in-chained-app-on-gallery-reading-0-records-limit-reached/m-p/1002740#M11612</guid>
      <dc:creator>gjunhao96</dc:creator>
      <dc:date>2022-09-19T03:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Input in chained app on gallery reading 0 records (limit reached)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Input-in-chained-app-on-gallery-reading-0-records-limit-reached/m-p/1005349#M11641</link>
      <description>&lt;P&gt;I believe the issue you're running into is related to incorrect Workflow Dependencies. Make sure that you select UNC paths as outline in this&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/Workflow-Dependencies/ta-p/49696" target="_self"&gt;post&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, sometimes when you initially upload a workflow to your Gallery it will include a copy of the .csv input and save that to the Gallery as well. Be sure that a version of userinput.csv exists in the correct location with the correct data structure before trying to upload the workflow again.&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-left" image-alt="Signature.JPG" style="width: 172px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/258657i55E6692122CC760E/image-dimensions/172x98?v=v2" width="172" height="98" role="button" title="Signature.JPG" alt="Signature.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 19:30:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Input-in-chained-app-on-gallery-reading-0-records-limit-reached/m-p/1005349#M11641</guid>
      <dc:creator>mpizzorusso</dc:creator>
      <dc:date>2022-09-22T19:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Input in chained app on gallery reading 0 records (limit reached)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Input-in-chained-app-on-gallery-reading-0-records-limit-reached/m-p/1005459#M11643</link>
      <description>&lt;P&gt;Hi Matt, thank you for your response. I managed to workaround the issue by calling the file within a python tool I had in my workflow, will keep your suggestions in mind in the future!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 01:24:16 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Input-in-chained-app-on-gallery-reading-0-records-limit-reached/m-p/1005459#M11643</guid>
      <dc:creator>gjunhao96</dc:creator>
      <dc:date>2022-09-23T01:24:16Z</dc:date>
    </item>
  </channel>
</rss>

