<?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 Dynamic Input from Sharepoint in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1401617#M347643</link>
    <description>&lt;P&gt;Hello Folks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; a requirement of dynamically taking input from Sharepoint. Below is the details of the requirement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have around 30+ Sharepoint file that need to loaded into Alteryx. The files are of xlsx type. These excel files contains sheets which need to loaded into Alteryx. These files are basically files of products which contain forecasted quantities. These are generated every month.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My ask is, Is there anything in sharepoint tool where we can have this dynamically. I mean whenever the new file with the current Month Year (For Eg. Forecaste_072025) gets loaded into Sharepoint folder the files gets loaded into the flow and the flow runs at scheduled time.&lt;/P&gt;&lt;P&gt;All I want is to have a dynamic load of the files which will be added to the folder. Currectly the folder has around 30+ files. All the files have Month Year at the end of their name.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jul 2025 14:02:37 GMT</pubDate>
    <dc:creator>Riox078</dc:creator>
    <dc:date>2025-07-10T14:02:37Z</dc:date>
    <item>
      <title>Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1401617#M347643</link>
      <description>&lt;P&gt;Hello Folks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; a requirement of dynamically taking input from Sharepoint. Below is the details of the requirement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have around 30+ Sharepoint file that need to loaded into Alteryx. The files are of xlsx type. These excel files contains sheets which need to loaded into Alteryx. These files are basically files of products which contain forecasted quantities. These are generated every month.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My ask is, Is there anything in sharepoint tool where we can have this dynamically. I mean whenever the new file with the current Month Year (For Eg. Forecaste_072025) gets loaded into Sharepoint folder the files gets loaded into the flow and the flow runs at scheduled time.&lt;/P&gt;&lt;P&gt;All I want is to have a dynamic load of the files which will be added to the folder. Currectly the folder has around 30+ files. All the files have Month Year at the end of their name.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 14:02:37 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1401617#M347643</guid>
      <dc:creator>Riox078</dc:creator>
      <dc:date>2025-07-10T14:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1401632#M347648</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/593857"&gt;@Riox078&lt;/a&gt;&amp;nbsp;I would create a macro, dynamically updating the file name based on the month using the action tool&lt;/P&gt;
&lt;P&gt;choosibng path value and updating with a formula like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;"file path"+"Forcaste"+datetimeformat(datetimestart(),"%m%Y")+".xlsx"&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-07-10 152949.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407187iC91EF71ACC4B1A60/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-07-10 152949.png" alt="Screenshot 2025-07-10 152949.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aatalai_0-1752157817012.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407188iB19639813DF21BBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aatalai_0-1752157817012.png" alt="aatalai_0-1752157817012.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know how you get one (NB this is assume they will all be in the same sheet name&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 14:30:41 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1401632#M347648</guid>
      <dc:creator>aatalai</dc:creator>
      <dc:date>2025-07-10T14:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1401743#M347684</link>
      <description>&lt;P&gt;I have few questions. Don't we need control Parameter in this ? Also, What if the sheet name is same across all sheets but the file contains multiple sheets ? Sheet name would be also same. Its just that it contains multiple sheets&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 06:20:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1401743#M347684</guid>
      <dc:creator>Riox078</dc:creator>
      <dc:date>2025-07-11T06:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1401744#M347685</link>
      <description>&lt;P&gt;Also, filepath you mentioned in the formula is the file name of the file then the timestamp is in the dynamic way ?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 06:23:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1401744#M347685</guid>
      <dc:creator>Riox078</dc:creator>
      <dc:date>2025-07-11T06:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1401760#M347691</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/593857"&gt;@Riox078&lt;/a&gt;&amp;nbsp;the sheet part you would go into configure File, select Sheet Names and input the Name you want&amp;nbsp;&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="Screenshot 2025-07-11 085726.png" style="width: 862px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407224i0ED405E7160693E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-07-11 085726.png" alt="Screenshot 2025-07-11 085726.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The file path is what you get from the file path in the select File section&amp;nbsp;&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="Screenshot 2025-07-11 085845.png" style="width: 817px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407225iEBBF231E1A45D8E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-07-11 085845.png" alt="Screenshot 2025-07-11 085845.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In terms of control parameter, doing it this method you don't, but you could generate the file names/path in a workflow and then feed it into the macro with a control parameter, hope this helps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 08:00:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1401760#M347691</guid>
      <dc:creator>aatalai</dc:creator>
      <dc:date>2025-07-11T08:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1401772#M347699</link>
      <description>&lt;P&gt;The macro when used in main workflow without control parameter is giving an error. And when using control parameter its is asking for field in control parameter. Also in the input I am using a random file from that directory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Riox078_0-1752226115607.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407226iDD623CB5FE4DFDAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Riox078_0-1752226115607.png" alt="Riox078_0-1752226115607.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 09:28:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1401772#M347699</guid>
      <dc:creator>Riox078</dc:creator>
      <dc:date>2025-07-11T09:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402041#M347794</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/593857"&gt;@Riox078&lt;/a&gt;&amp;nbsp;what was the error when doing it without the control param?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And what are you inputting into the macro now?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 09:07:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402041#M347794</guid>
      <dc:creator>aatalai</dc:creator>
      <dc:date>2025-07-14T09:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402102#M347810</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/146066"&gt;@aatalai&lt;/a&gt;&amp;nbsp;When Using without the control parameter the macro was throwing an error "input field not valid" In the macro input I am inputting the one of the file which I need to take int that workflow. Please find the image attached.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Riox078_0-1752502260530.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407279i25EF13DBED061E3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Riox078_0-1752502260530.png" alt="Riox078_0-1752502260530.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 18:18:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402102#M347810</guid>
      <dc:creator>Riox078</dc:creator>
      <dc:date>2025-07-14T18:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402344#M347870</link>
      <description>&lt;P&gt;what are you inputting into the macro, and can I see inside the macro please&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 10:51:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402344#M347870</guid>
      <dc:creator>aatalai</dc:creator>
      <dc:date>2025-07-15T10:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402520#M347917</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Riox078_0-1752644413062.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407430iF15A2A4EC55B93CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Riox078_0-1752644413062.png" alt="Riox078_0-1752644413062.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 05:41:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402520#M347917</guid>
      <dc:creator>Riox078</dc:creator>
      <dc:date>2025-07-16T05:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402525#M347919</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/593857"&gt;@Riox078&lt;/a&gt;&amp;nbsp;where is the control parameter?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 07:32:57 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402525#M347919</guid>
      <dc:creator>aatalai</dc:creator>
      <dc:date>2025-07-16T07:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402532#M347922</link>
      <description>&lt;P&gt;I have removed it. But even while adding it it will give the above error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 07:57:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402532#M347922</guid>
      <dc:creator>Riox078</dc:creator>
      <dc:date>2025-07-16T07:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402576#M347931</link>
      <description>&lt;P&gt;I really need to find the solution. I have searched on the whole community but cannot find the solution to this problem&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 12:17:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402576#M347931</guid>
      <dc:creator>Riox078</dc:creator>
      <dc:date>2025-07-16T12:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402674#M347957</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/593857"&gt;@Riox078&lt;/a&gt;&amp;nbsp;try this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 1 put a sharepoint input tool onto a canvas, set it up and select a file (this includes in the configure file section too)&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="Screenshot 2025-07-16 170822.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407474i03652CA3DC36A95D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-07-16 170822.png" alt="Screenshot 2025-07-16 170822.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 2 add a control parameter and&amp;nbsp; action tool and connect it to the sharepoint input 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="aatalai_0-1752682237294.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407475iFF2A9FFD4F6C9907/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aatalai_0-1752682237294.png" alt="aatalai_0-1752682237294.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;step 3 click onto the action tool and select the path option&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aatalai_1-1752682376262.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407476iCF8ED8871180C8AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aatalai_1-1752682376262.png" alt="aatalai_1-1752682376262.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 4 click on replace a specific string at the bottom of the actions config window&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="aatalai_2-1752682471047.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407477i2B24F63A789C6023/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aatalai_2-1752682471047.png" alt="aatalai_2-1752682471047.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-07-16 171401.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407478i8246D6C706F49FB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-07-16 171401.png" alt="Screenshot 2025-07-16 171401.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 6 keep only the string you want to update, which from my understanding will be the date&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 7 put an output macro tool in and save&amp;nbsp;&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="aatalai_3-1752682576534.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407479iCEE5CA9703E8570B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aatalai_3-1752682576534.png" alt="aatalai_3-1752682576534.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Step 8 insert it into a new workflow and a list of dates (in the correct format going into the control paramater) and for the date field to be the what you select for the question&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="aatalai_6-1752682812590.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407482iFE17241DA3509633/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aatalai_6-1752682812590.png" alt="aatalai_6-1752682812590.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know how you get on&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 16:20:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402674#M347957</guid>
      <dc:creator>aatalai</dc:creator>
      <dc:date>2025-07-16T16:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402847#M348000</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/146066"&gt;@aatalai&lt;/a&gt;&amp;nbsp; I have added only data part as you mentioned. And have attached the macro to SharePoint tool as a input in the main workflow. But I am receiving the below error which is there in there in 2nd screenshot attached. The file in the input is one of those file which will be there in the macro.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Riox078_0-1752749711047.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407531iE9BD15A73D8D6B10/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Riox078_0-1752749711047.png" alt="Riox078_0-1752749711047.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Riox078_1-1752749916149.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/407532iA3F61D1E9B934D53/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Riox078_1-1752749916149.png" alt="Riox078_1-1752749916149.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 10:59:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402847#M348000</guid>
      <dc:creator>Riox078</dc:creator>
      <dc:date>2025-07-17T10:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input from Sharepoint</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402873#M348009</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/593857"&gt;@Riox078&lt;/a&gt;&amp;nbsp;thanks for this can you try with a text input tool with one date inputted manually and let me know how you get on with that please? As I don't think having a sharepoint input tool feeding the macro is correct.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 13:01:32 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamic-Input-from-Sharepoint/m-p/1402873#M348009</guid>
      <dc:creator>aatalai</dc:creator>
      <dc:date>2025-07-17T13:01:32Z</dc:date>
    </item>
  </channel>
</rss>

