<?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: Control containers firing early in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429333#M353340</link>
    <description>&lt;P&gt;@jrlindem&amp;nbsp;There's some overlap between what's being output but it's all got its own schema. To your second point though, that looks exactly like what I was trying to figure out if I could do before posting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@mceleavey&amp;nbsp;@ChrisTX Never used a batch macro before but that seems like the best option probably. For the moment, my solution is just "run it until it doesn't throw any errors" which works.. well enough I guess.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@cjaneczko Oh, how I hate OneDrive sometimes. I'll need to look into it but it totally might be that.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jan 2026 19:30:49 GMT</pubDate>
    <dc:creator>greeleytaxdept</dc:creator>
    <dc:date>2026-01-22T19:30:49Z</dc:date>
    <item>
      <title>Control containers firing early</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429177#M353319</link>
      <description>&lt;P&gt;I'm trying to get a bunch of sheets to all output to the same excel file. In my current setup, I have a bunch of output data tools that're in charge of one sheet each and are in their own control containers. First, is there an easier way to do that? Second, occasionally an output tool will throw an error that it can't open the file because another process is using it (aka, the previous output tool). What's the solution here? Is it just that with that many output/control container combos (18 sheets in this excel workbook, 7 sheets to another one), they're bound to throw issues sometimes?&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="greeleytaxdept_0-1769038700718.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/416495i1DC52C0D269380C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="greeleytaxdept_0-1769038700718.png" alt="greeleytaxdept_0-1769038700718.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 23:51:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429177#M353319</guid>
      <dc:creator>greeleytaxdept</dc:creator>
      <dc:date>2026-01-21T23:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Control containers firing early</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429179#M353321</link>
      <description>&lt;P&gt;What you are experiencing is not uncommon. &amp;nbsp;Sometimes excel won’t fully close the file despite alteryx seeing the process as done. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;does the data all come from the same dataset? &amp;nbsp;If so you could write to the excel file all at once despite differing sheets by building an output filepath. &amp;nbsp;But this won’t work if the schemas as different&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you attach dummy data?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 23:57:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429179#M353321</guid>
      <dc:creator>jrlindem</dc:creator>
      <dc:date>2026-01-21T23:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Control containers firing early</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429225#M353326</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/795824"&gt;@greeleytaxdept&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/402073"&gt;@jrlindem&lt;/a&gt;&amp;nbsp;pointed out, this is a problem with Excel (Excel is not a database).&lt;/P&gt;
&lt;P&gt;The more surefire way of getting around this problem is not to use Control Containers but use a batch macro to write each output in sequence. This will ensure the file closes on completion of each batch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;M.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 13:36:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429225#M353326</guid>
      <dc:creator>mceleavey</dc:creator>
      <dc:date>2026-01-22T13:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Control containers firing early</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429247#M353329</link>
      <description>&lt;P&gt;Try the batch macro attached at the bottom of this blog post. ("what happens if your field schema is different from one file to another?")&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;The Ultimate Input Data Flowchart&lt;BR /&gt;Community &amp;gt; Designer &amp;gt; Designer Knowledge &amp;gt; The Ultimate Input Data Flowchart&lt;BR /&gt;&lt;A href="https://knowledge.alteryx.com/index/s/article/The-Ultimate-Input-Data-Flowchart-1583459854309" target="_blank"&gt;https://knowledge.alteryx.com/index/s/article/The-Ultimate-Input-Data-Flowchart-1583459854309&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also consider adding a Like to this Idea:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Enhance options for Excel output&lt;BR /&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Ideas/Enhance-options-for-Excel-output/idc-p/1243963" target="_blank"&gt;https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Ideas/Enhance-options-for-Excel-output/idc-p/1243963&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 14:10:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429247#M353329</guid>
      <dc:creator>ChrisTX</dc:creator>
      <dc:date>2026-01-22T14:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Control containers firing early</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429256#M353330</link>
      <description>&lt;P&gt;Are your files getting saved to or backed up by OneDrive? I have this issue when saving to a OneDrive folder. If you pause syncing while running the flow, this might solve the issue. The second the file has been saved, one drive will attempt to back it up. While its backing up its considered open and in use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried to submit an idea to add a delay to containers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Ideas/Adjustable-Delay-for-Control-Containers/idi-p/1239177" target="_blank"&gt;https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Ideas/Adjustable-Delay-for-Control-Containers/idi-p/1239177&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 14:40:47 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429256#M353330</guid>
      <dc:creator>cjaneczko</dc:creator>
      <dc:date>2026-01-22T14:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Control containers firing early</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429265#M353331</link>
      <description>&lt;P&gt;Another option to consider is using the Python Tool to delay for a certain period of time.&amp;nbsp; Not the best option, but still a handy trick to hold onto:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;import TIME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;print("Start")&lt;/P&gt;&lt;P&gt;time.sleep(2)&lt;/P&gt;&lt;P&gt;print("End")&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 15:01:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429265#M353331</guid>
      <dc:creator>jrlindem</dc:creator>
      <dc:date>2026-01-22T15:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Control containers firing early</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429333#M353340</link>
      <description>&lt;P&gt;@jrlindem&amp;nbsp;There's some overlap between what's being output but it's all got its own schema. To your second point though, that looks exactly like what I was trying to figure out if I could do before posting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@mceleavey&amp;nbsp;@ChrisTX Never used a batch macro before but that seems like the best option probably. For the moment, my solution is just "run it until it doesn't throw any errors" which works.. well enough I guess.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@cjaneczko Oh, how I hate OneDrive sometimes. I'll need to look into it but it totally might be that.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 19:30:49 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429333#M353340</guid>
      <dc:creator>greeleytaxdept</dc:creator>
      <dc:date>2026-01-22T19:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Control containers firing early</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429403#M353349</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/795824"&gt;@greeleytaxdept&lt;/a&gt;,&amp;nbsp;feel free to give it a try using this third party delay a second tool.&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="dreldrel_0-1769078706387.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/416500iBC82C3676E9FAF17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dreldrel_0-1769078706387.png" alt="dreldrel_0-1769078706387.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 04:51:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Control-containers-firing-early/m-p/1429403#M353349</guid>
      <dc:creator>dreldrel</dc:creator>
      <dc:date>2026-01-23T04:51:45Z</dc:date>
    </item>
  </channel>
</rss>

