<?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: Rename a file after a Dynamic input tool in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Rename-a-file-after-a-Dynamic-input-tool/m-p/1403739#M348196</link>
    <description>&lt;P&gt;If you're trying to rename the original source file, after it's read and pulled into your workflow:&lt;BR /&gt;&lt;BR /&gt;The solution I would recommend is:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Read the file into your workflow&lt;/LI&gt;&lt;LI&gt;Use run command tool to rename and/or move the file&lt;/LI&gt;&lt;LI&gt;Optional:&amp;nbsp; Use another run command tool even later in the workflow to remove or archive the original source file depending on your needs&lt;/LI&gt;&lt;/OL&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="jrlindem_0-1753210415113.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407834i44A67E840BC91FA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jrlindem_0-1753210415113.png" alt="jrlindem_0-1753210415113.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bottom line is you can use command prompt language via the run command tool to manipulate files on your computer!&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="jrlindem_1-1753210830154.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407835iA3058FF2980F24E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jrlindem_1-1753210830154.png" alt="jrlindem_1-1753210830154.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jul 2025 19:00:39 GMT</pubDate>
    <dc:creator>jrlindem</dc:creator>
    <dc:date>2025-07-22T19:00:39Z</dc:date>
    <item>
      <title>Rename a file after a Dynamic input tool</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Rename-a-file-after-a-Dynamic-input-tool/m-p/1403365#M348127</link>
      <description>&lt;P&gt;Hello!&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm feeding a dynamic input tool a file path that I am constructing with a formula tool.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to rename this file after I read it with the Dynamic input or at the end of the workflow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;File name: Mydata_07212025.txt&lt;/P&gt;&lt;P&gt;Rename to: Processed_Mydata_07212025.txt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 12:46:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Rename-a-file-after-a-Dynamic-input-tool/m-p/1403365#M348127</guid>
      <dc:creator>SWerbecki</dc:creator>
      <dc:date>2025-07-21T12:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rename a file after a Dynamic input tool</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Rename-a-file-after-a-Dynamic-input-tool/m-p/1403376#M348131</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/750957"&gt;@SWerbecki&lt;/a&gt;&amp;nbsp;I would try this, just append the desired text in front of the filename field in a formula tool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bacon&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="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407717i08F2550CF07F3681/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>Mon, 21 Jul 2025 12:57:41 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Rename-a-file-after-a-Dynamic-input-tool/m-p/1403376#M348131</guid>
      <dc:creator>abacon</dc:creator>
      <dc:date>2025-07-21T12:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Rename a file after a Dynamic input tool</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Rename-a-file-after-a-Dynamic-input-tool/m-p/1403436#M348138</link>
      <description>&lt;P&gt;My first thought was to use a Block Until Done tool so that you can read back into the same file to give it a new name. However, since the name is changing, it won't find the original file but instead create a new file with the new name. Is that an option? Or you could add a row or column in the existing file that says "processed". My final thought it to use another RPA type software that checks to see if an output exists related to that file, then rename/move/delete the original file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hannah Brauer&lt;/P&gt;&lt;P&gt;Crowe LLP&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 15:03:32 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Rename-a-file-after-a-Dynamic-input-tool/m-p/1403436#M348138</guid>
      <dc:creator>HannahBrauer223</dc:creator>
      <dc:date>2025-07-21T15:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Rename a file after a Dynamic input tool</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Rename-a-file-after-a-Dynamic-input-tool/m-p/1403739#M348196</link>
      <description>&lt;P&gt;If you're trying to rename the original source file, after it's read and pulled into your workflow:&lt;BR /&gt;&lt;BR /&gt;The solution I would recommend is:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Read the file into your workflow&lt;/LI&gt;&lt;LI&gt;Use run command tool to rename and/or move the file&lt;/LI&gt;&lt;LI&gt;Optional:&amp;nbsp; Use another run command tool even later in the workflow to remove or archive the original source file depending on your needs&lt;/LI&gt;&lt;/OL&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="jrlindem_0-1753210415113.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407834i44A67E840BC91FA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jrlindem_0-1753210415113.png" alt="jrlindem_0-1753210415113.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bottom line is you can use command prompt language via the run command tool to manipulate files on your computer!&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="jrlindem_1-1753210830154.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407835iA3058FF2980F24E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jrlindem_1-1753210830154.png" alt="jrlindem_1-1753210830154.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 19:00:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Rename-a-file-after-a-Dynamic-input-tool/m-p/1403739#M348196</guid>
      <dc:creator>jrlindem</dc:creator>
      <dc:date>2025-07-22T19:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rename a file after a Dynamic input tool</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Rename-a-file-after-a-Dynamic-input-tool/m-p/1405524#M348622</link>
      <description>&lt;P&gt;Thank you for the solutions!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 12:54:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Rename-a-file-after-a-Dynamic-input-tool/m-p/1405524#M348622</guid>
      <dc:creator>SWerbecki</dc:creator>
      <dc:date>2025-07-31T12:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rename a file after a Dynamic input tool</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Rename-a-file-after-a-Dynamic-input-tool/m-p/1405671#M348642</link>
      <description>&lt;P&gt;You can read the file as normal, also import the file full path.&lt;BR /&gt;Towards the end of your workflow when you are writing an output, use a block until done and attach an append tool to its 2nd or 3rd anchor.&lt;BR /&gt;on source side of append tool, join the input tool file path. Ensure that you take out only one row, use unique or summarize or sample, that will be your choice.&lt;BR /&gt;After the append tool use the run command tool to rename the file.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This method will ensure that your whole process run successfully then only rename the file to processed.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 18:54:43 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Rename-a-file-after-a-Dynamic-input-tool/m-p/1405671#M348642</guid>
      <dc:creator>Gaurav_Dhama_</dc:creator>
      <dc:date>2025-07-31T18:54:43Z</dc:date>
    </item>
  </channel>
</rss>

