<?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: Extracting the list of sheet names across multiple files efficiently in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422387#M352201</link>
    <description>&lt;P&gt;I understand you want to get the sheet names in Excel files under multiple subdirectories, in short.&lt;/P&gt;&lt;P&gt;You can&lt;/P&gt;&lt;P&gt;- get the directory information with Directory Tool,&lt;/P&gt;&lt;P&gt;- get the Sheet Names in each file with Input Data Tool,&lt;/P&gt;&lt;P&gt;- filter the sheets you want, and&amp;nbsp;&lt;/P&gt;&lt;P&gt;- read the data of your desired sheet in your desired file with Dynamic Input Tool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attachment is a sample workflow with Data in Sub Folders. I hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Main&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Main.png" style="width: 628px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/413917iF453CCBD1266D336/image-size/large?v=v2&amp;amp;px=999" role="button" title="Main.png" alt="Main.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Batch Macro&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Macro.png" style="width: 405px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/413918i736F0EE3AB4256FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Macro.png" alt="Macro.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Input Data&lt;/STRONG&gt;&lt;BR /&gt;There are 2 files in 2 folders and each file has 2 sheets;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;FileName&lt;/TD&gt;&lt;TD&gt;SheetName&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File1.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File1.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File2.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File2.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File1.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File1.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File2.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File2.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Output Data&lt;/STRONG&gt;&lt;BR /&gt;You can find the folder name, the file name and sheet name from [FileName] column;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;TD&gt;FileName&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File1.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File1.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;c&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File1.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File2.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File2.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;c&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File2.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File1.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File1.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;c&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File1.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File2.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File2.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;c&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File2.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Nov 2025 02:57:45 GMT</pubDate>
    <dc:creator>Yoshiro_Fujimori</dc:creator>
    <dc:date>2025-11-17T02:57:45Z</dc:date>
    <item>
      <title>Extracting the list of sheet names across multiple files efficiently</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422378#M352200</link>
      <description>&lt;P&gt;Hi, I'm new to Alteryx and would appreciate some advice on how I can develop my workflow for a data collection exercise I run every quarter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My files are currently structured as such: Main input folder with individual respondent folders. Each respondent has sub-folders divided into each quarter (e.g., 2025 Q3, 2025 Q2, 2025 Q1). In each quarter's folder, there's an Excel survey response denoted by version type (e.g., v1, v2, etc.). Each survey response is structured the same, regardless of the respondent; sheet names are all named and structured the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to pull the list sheet names across all the most recent versions of the survey responses for each quarter. I currently have a directory of file names and file paths of the latest versions, but I am stuck as to how to efficiently pull the sheet names for each file and have them appended.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then want to filter this output by distinct sheet names (e.g., filter by Sheet 1 to have all the Sheet 1s from all responses in one table), then pull all data relating to that sheet name into a union dataset. So the end goal is to have all data from Sheet 1 across all survey responses in one dataset, and all data from Sheet 2 across all surcey responses in another dataset, so on and so forth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is currently my logic for how I would go about eventually pulling all the data by distinct sheet names, but I'm open to suggestions. Let me know if it would be helpful to clarify any aspect of my ideal workflow, and thank you in advance for your guidance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Nov 2025 20:43:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422378#M352200</guid>
      <dc:creator>pickledgreens</dc:creator>
      <dc:date>2025-11-16T20:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting the list of sheet names across multiple files efficiently</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422387#M352201</link>
      <description>&lt;P&gt;I understand you want to get the sheet names in Excel files under multiple subdirectories, in short.&lt;/P&gt;&lt;P&gt;You can&lt;/P&gt;&lt;P&gt;- get the directory information with Directory Tool,&lt;/P&gt;&lt;P&gt;- get the Sheet Names in each file with Input Data Tool,&lt;/P&gt;&lt;P&gt;- filter the sheets you want, and&amp;nbsp;&lt;/P&gt;&lt;P&gt;- read the data of your desired sheet in your desired file with Dynamic Input Tool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attachment is a sample workflow with Data in Sub Folders. I hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Main&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Main.png" style="width: 628px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/413917iF453CCBD1266D336/image-size/large?v=v2&amp;amp;px=999" role="button" title="Main.png" alt="Main.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Batch Macro&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Macro.png" style="width: 405px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/413918i736F0EE3AB4256FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Macro.png" alt="Macro.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Input Data&lt;/STRONG&gt;&lt;BR /&gt;There are 2 files in 2 folders and each file has 2 sheets;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;FileName&lt;/TD&gt;&lt;TD&gt;SheetName&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File1.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File1.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File2.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File2.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File1.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File1.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File2.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File2.xlsx&lt;/TD&gt;&lt;TD&gt;Sheet2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Output Data&lt;/STRONG&gt;&lt;BR /&gt;You can find the folder name, the file name and sheet name from [FileName] column;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;TD&gt;FileName&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File1.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File1.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;c&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File1.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File2.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File2.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;c&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder1\File2.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File1.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File1.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;c&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File1.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File2.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File2.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;c&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;C:\Users\yoshi\Downloads\test\folder2\File2.xlsx|||Sheet1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 02:57:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422387#M352201</guid>
      <dc:creator>Yoshiro_Fujimori</dc:creator>
      <dc:date>2025-11-17T02:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting the list of sheet names across multiple files efficiently</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422530#M352231</link>
      <description>&lt;P&gt;Thank you, this is very helpful. I have run into an issue where the batch macro pulls the sheet names of the sample file (e.g. from Company 1) but the main workflow shows duplicates of all the same company instead of the sheet names of all companies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm thinking this is because of my file reference within the macro. The current filepath I'm using as the sample is: ..\Inputs\Company 1\2025 Q3\Q3'25_Company 1 v1.xlsx. The issue seems to be that the filepath reference is fixed but I'm not sure how to correct it. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your time helping me to troubleshoot this, thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 20:45:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422530#M352231</guid>
      <dc:creator>pickledgreens</dc:creator>
      <dc:date>2025-11-17T20:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting the list of sheet names across multiple files efficiently</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422535#M352245</link>
      <description>&lt;P&gt;Are you including subfolders with your Directory tool? You can move up the file path to \Inputs\ possibly to gather more files.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 21:25:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422535#M352245</guid>
      <dc:creator>EKasminsky</dc:creator>
      <dc:date>2025-11-17T21:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting the list of sheet names across multiple files efficiently</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422545#M352249</link>
      <description>&lt;P&gt;In my sample workflow, Directory Tool is configured to get the list of files under the current directory (&lt;FONT face="courier new,courier" color="#0000FF"&gt;"."&lt;/FONT&gt;).&lt;/P&gt;&lt;P&gt;You can change the setting to the full path to the top level of the folder where the data files are stored.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DirectoryTool.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/413958iCBC81DDC52454D18/image-size/large?v=v2&amp;amp;px=999" role="button" title="DirectoryTool.png" alt="DirectoryTool.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 22:54:24 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422545#M352249</guid>
      <dc:creator>Yoshiro_Fujimori</dc:creator>
      <dc:date>2025-11-17T22:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting the list of sheet names across multiple files efficiently</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422546#M352250</link>
      <description>&lt;P&gt;This is excellent&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/138387"&gt;@Yoshiro_Fujimori&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 23:06:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422546#M352250</guid>
      <dc:creator>caltang</dc:creator>
      <dc:date>2025-11-17T23:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting the list of sheet names across multiple files efficiently</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422656#M352275</link>
      <description>&lt;P&gt;Thank you both, I have figured out the issue, which is that I did not update the Action tool to replace the specific filepath I was referencing. The workflow now works. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 17:04:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1422656#M352275</guid>
      <dc:creator>pickledgreens</dc:creator>
      <dc:date>2025-11-18T17:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting the list of sheet names across multiple files efficiently</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1424221#M352574</link>
      <description>&lt;P&gt;Hi, I'm stuck on this. Did you update the action tool as the file path of the input data file you put in? I'm guessing&amp;nbsp;&lt;SPAN&gt;\Inputs\Company 1\2025 Q3\Q3'25_Company 1 v1.xlsx.&amp;nbsp;?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 14:34:13 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1424221#M352574</guid>
      <dc:creator>amnahhussain02</dc:creator>
      <dc:date>2025-12-02T14:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting the list of sheet names across multiple files efficiently</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1424226#M352577</link>
      <description>&lt;P&gt;Hi, also did you run into an issue where it said that all the other files have a different number of fields than the 1st file in the set and will be skipped? Any solutions?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 15:08:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1424226#M352577</guid>
      <dc:creator>amnahhussain02</dc:creator>
      <dc:date>2025-12-02T15:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting the list of sheet names across multiple files efficiently</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1424296#M352581</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/773344"&gt;@amnahhussain02&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to recommend to you a macro I developed,&amp;nbsp;&lt;SPAN&gt;&lt;A title="NeoInfiniTech CFMI - Alteryx Community Gallery" href="https://community.alteryx.com/t5/Community-Gallery/NeoInfiniTech-CFMI/ta-p/1423192" target="_blank" rel="noopener"&gt;NeoInfiniTech CFMI&lt;/A&gt;. It is able to read the directory and filter both the file names and the sheet names separately, and by using formula if necessary.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please follow the instructions found here (old version of the macro) for the installation of the new version of the macro:&amp;nbsp;&lt;A title="CSV Friendly Multi-Input (Inspired by CReW Wildcard Input) - Alteryx Community Gallery" href="https://community.alteryx.com/t5/Community-Gallery/CSV-Friendly-Multi-Input-Inspired-by-CReW-Wildcard-Input/ta-p/1176804" target="_blank" rel="noopener"&gt;CSV Friendly Multi-Input (Inspired by CReW Wildcard Input)&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you are currently on a version of Alteryx Designer 2023.1 to 2024.2, then install the &lt;STRONG&gt;v23&lt;/STRONG&gt; version. If you are on the latest version of Alteryx Designer (currently 2025.1), then install the &lt;STRONG&gt;v25&lt;/STRONG&gt; version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Unlike Dynamic Input, you should not run into any "will be skipped" messages when using this macro.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 17:20:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extracting-the-list-of-sheet-names-across-multiple-files/m-p/1424296#M352581</guid>
      <dc:creator>NeoInfiniTech</dc:creator>
      <dc:date>2025-12-02T17:20:53Z</dc:date>
    </item>
  </channel>
</rss>

