<?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 Output &amp;amp; duplicate template file in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/95828#M33490</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the situation I'm dealing with :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a YXDB file with the informations from 100 employee.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to output them into a template file (excel file) within a sheet called Alteryx. But in a way that duplicated that temple file for every employee.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in the end, if I should have 100 excels files (one per employee) with different name and differents Alteryx tab (all the other tabs should remain the same) . I guess it requires a batch macro but not sure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 24 May 2018 04:35:58 GMT</pubDate>
    <dc:creator>Hakimipous</dc:creator>
    <dc:date>2018-05-24T04:35:58Z</dc:date>
    <item>
      <title>Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/95828#M33490</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the situation I'm dealing with :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a YXDB file with the informations from 100 employee.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to output them into a template file (excel file) within a sheet called Alteryx. But in a way that duplicated that temple file for every employee.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in the end, if I should have 100 excels files (one per employee) with different name and differents Alteryx tab (all the other tabs should remain the same) . I guess it requires a batch macro but not sure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 04:35:58 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/95828#M33490</guid>
      <dc:creator>Hakimipous</dc:creator>
      <dc:date>2018-05-24T04:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/96002#M33491</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/17544"&gt;@Hakimipous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While, theoretically, this is possible, there's not a simple solution that I'm able to think of.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It may be possible to accomplish without creating a macro. Outputting to separate files is easy. Outputting to a pre-formatted sheet (template) is also fairly easy. However, doing both of these is what complicates because outputting to a template requires that the template already exist, which it does, but only once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your workflow will FIRST need to make copies of your template with the appropriate file name BEFORE it outputs. You can potentially do this using a Run command or the Blob input/output tools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next, you'll need to create a field that would contain the full file path, including directory, file name.ext, sheet name and output range (e.g. \mydirectory\employeeXYZ.xlsx|||Alteryx$C3:Z100). This field would be used in your Output tool, checking the "Take File/Table Name From Field" option and using "Change Entire File Path", which is where you'd reference the new field created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, completely theoretical, but hope this gives you some ideas...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best of luck and happy to continue bouncing ideas!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jimmy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 01:06:21 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/96002#M33491</guid>
      <dc:creator>jrgo</dc:creator>
      <dc:date>2017-12-13T01:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/96004#M33492</link>
      <description>&lt;P&gt;Thanks for reading&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/12833"&gt;@jrgo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Outputing my&amp;nbsp; XYDB into seperate&amp;nbsp;files was easy. Same for outputing&amp;nbsp;my all of my XYDB into a single sheet.&lt;/P&gt;&lt;P&gt;But generating one template per employee with one sheets&amp;nbsp;only that differs&amp;nbsp; still bugs me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you think this will help ? &lt;A href="https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Output-multiple-files-using-the-same-excel-template/ta-p/20493" target="_blank"&gt;https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Output-multiple-files-using-the-same-excel-template/ta-p/20493&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've never used the command tool in alteryx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 01:32:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/96004#M33492</guid>
      <dc:creator>Hakimipous</dc:creator>
      <dc:date>2017-12-13T01:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/96007#M33493</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/17544"&gt;@Hakimipous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yeah, no easy approach as I had mentioned. However, that KB article is exactly the approach I was thinking.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 02:04:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/96007#M33493</guid>
      <dc:creator>jrgo</dc:creator>
      <dc:date>2017-12-13T02:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/97831#M33494</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/12833"&gt;@jrgo&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What if I was able to make copies of that template file with a bat file with the Windows command.&lt;/P&gt;&lt;P&gt;Let's assume I gave up on alteryx to create 100 copies and do it direclty on Windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Creating enough copies (one per employee) is not difficult, but once I've done that, the difficulty is how to make alteryx ouptut each employee to each file, to get as result every copies I've created filled with the different data of the employees&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if that simplify a bit the situation?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 12:20:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/97831#M33494</guid>
      <dc:creator>Hakimipous</dc:creator>
      <dc:date>2017-12-13T12:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/98348#M33495</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/17544"&gt;@Hakimipous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To answer your question, yes, that would simply, but it wouldn't be a dynamic solution based off the employees contained in your data. Basically, if there's a new employee, you'd have to modify your BAT before your run your Alteryx Workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my original reply, I also mentioned that you can use the blob tools to create copies of your template. In this scenario, I believe this would be sufficient instead of creating a BAT script.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/25986iE1AA97240C8B4C2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a solution I mocked up that would use a template, create copies and renaming it using a specific value derived from the data (employee ID in this example) and then outputting to these newly created copies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did develop this workflow in 11.7, but I don't think I'm using any tool/function that's specific to this version so if you don't have this version installed, you can do the xml hack (which you can search how to do throughout community) to the version you have.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 15:01:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/98348#M33495</guid>
      <dc:creator>jrgo</dc:creator>
      <dc:date>2017-12-13T15:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/100411#M33496</link>
      <description>&lt;P&gt;Yes you are right, it would be only a temporary solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've succeed creating a Bat file, however I will still try your solution as it seems a bit more simple.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again thanks for the help x)&amp;nbsp;&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>Thu, 14 Dec 2017 13:45:49 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/100411#M33496</guid>
      <dc:creator>Hakimipous</dc:creator>
      <dc:date>2017-12-14T13:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/100556#M33497</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/17544"&gt;@Hakimipous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to get the issue figured out? I saw that you had edited your response, but it looks like you re-edited it again and removed what you had added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 13:50:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/100556#M33497</guid>
      <dc:creator>jrgo</dc:creator>
      <dc:date>2017-12-14T13:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/100676#M33498</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/12833"&gt;@jrgo&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes sorry about this I had a wrong manipulation in my workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You method works perfectly and has the advantage to work even on a Network location (contrary to the Batch file ) + macro method. I will switch and adapt to your method as it is more flexible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for this !&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 14:22:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/100676#M33498</guid>
      <dc:creator>Hakimipous</dc:creator>
      <dc:date>2017-12-14T14:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/132399#M33499</link>
      <description>&lt;P&gt;@jrgo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much for the solution - I have got this set up and working as desired.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However I am finding that the blob output is creating both an xlsx and an xlsx.bak copy of my template file - any ideas how this can be avoided?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 10:45:49 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/132399#M33499</guid>
      <dc:creator>jdavey</dc:creator>
      <dc:date>2018-02-09T10:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/132420#M33500</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/21705"&gt;@jdavey&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no way (for the moment) to prevent the BAK files copies from being created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can read more about it here :&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/Alteryx-Product-Ideas/Make-backup-bak-file-creation-optional/idi-p/1465" target="_blank"&gt;https://community.alteryx.com/t5/Alteryx-Product-Ideas/Make-backup-bak-file-creation-optional/idi-p/1465&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 10:49:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/132420#M33500</guid>
      <dc:creator>Hakimipous</dc:creator>
      <dc:date>2018-02-09T10:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/536776#M114918</link>
      <description>&lt;P&gt;I think this approach may be able to help me but wanted to ask some additional questions. I have an excel template that is formula driven and pulls data from a 'Master Data Input' tab. There are seven sheets inside this excel that are populated based on this input tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The input tab has data grouped by company e.g. ABC, DEF, GHI etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The seven sheets pull the data and then calculate based off of each other. For example one sheet is year to date detail, the following is only Q1 the second is Q2, which pulls YTD and backs out Q1 and so on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I use this approach to replicate this workbook and all worksheets within it for each company code in the 'Master Data Input' sheet? It would create roughly 300 files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, it would be ideal for each workbook to only contain the relevant company data on the input tab instead of the exhaustive list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any and all help would be appreciated. Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 05:21:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/536776#M114918</guid>
      <dc:creator>Cbennett022</dc:creator>
      <dc:date>2020-03-04T05:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/541506#M116414</link>
      <description>&lt;P&gt;I have an excel template that is formula driven and pulls data from a 'Master Data Input' tab.&amp;nbsp;The input tab has data grouped by company e.g. ARES, CAES, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to replicate my templates but the master data input tab contains data for all companies. Is there a way to have the master data file only include the company data for each respective template? The amount of line items may change depending on data so a static data range will not work.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/102752i11748465E17E13E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2020 00:23:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/541506#M116414</guid>
      <dc:creator>Cbennett022</dc:creator>
      <dc:date>2020-03-14T00:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/903658#M218817</link>
      <description>&lt;P&gt;I used the bottom half of this workflow to copy template files for each legal entity and it is incredible! Thanks! Alteryx seems to teach me something new every day that I can do.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 05:10:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/903658#M218817</guid>
      <dc:creator>data4accounting</dc:creator>
      <dc:date>2022-02-17T05:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/941805#M231267</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/12833"&gt;@jrgo&lt;/a&gt; /&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/17544"&gt;@Hakimipous&lt;/a&gt;&amp;nbsp; can you please help me with one of my questions? I posted it twice and still no luck.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Discussions/HELP/td-p/941687" target="_blank"&gt;HELP!! - Alteryx Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2022 13:09:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/941805#M231267</guid>
      <dc:creator>rrahu07</dc:creator>
      <dc:date>2022-05-22T13:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Output &amp; duplicate template file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/1184464#M293624</link>
      <description>&lt;P&gt;Hello Hakimipous,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw your Alteryx workflow design file on the chatting. Do you have the 2 input data file on this workflow to be shared so that I can see the Output on the design.&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 18:43:13 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-amp-duplicate-template-file/m-p/1184464#M293624</guid>
      <dc:creator>SH2023</dc:creator>
      <dc:date>2023-09-07T18:43:13Z</dc:date>
    </item>
  </channel>
</rss>

