Dynamic Input Tool Error Using a dynamic file path
- RSS-Feed abonnieren
- Thema als neu kennzeichnen
- Thema als gelesen kennzeichnen
- Diesen Thema für aktuellen Benutzer floaten
- Lesezeichen
- Abonnieren
- Stummschalten
- Drucker-Anzeigeseite
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Moderator informieren
Dear all,
I am new to Alteryx and I am trying the following:
Creat a dynamic path to acces files on the sharepoint using a Dropdown Tool to choose the period needed.
Select Excel Files from there and Input these into Alteryx.
Extract data from the files and put the together to create an Output Excel File.
I have managed to creat my dynamic path using a Dropdown Tool -> Action Tool -> Directory -> Filter
In the Filter I get 1 True answer which is the path I do expect. Now I want to read the excel data into Alteryx but my Dynamic Input Tool states "No sheet specified, you must specify a sheet".
In preparation for the Tool I have extracted the Tab needed from the file I want to Update monthly (therefor it has the same Tab name), and I use this as Input Data Source Template by leaving the Headlines in the Template while deleting all the data. As I only have one Tab in the template, under Options the tool automatically chooses the Tab in "Table or Query".
I don't understand how I can improve my Workflow or how to get the dynamic input tool to work.
Thanks for your help and best regards,
Bene
Gelöst! Gehe zu Lösung.
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Moderator informieren
Hallo Seemann,
Falls dein Problem noch akut ist... hier ein möglicher Lösungsversuch.
Das Dynamic-Input-Tool erwartet in der Tat eine Datenquellenvorlage. Das kann auch eine völlig leere Datei sein. Es geht eigentlich nur um den Dateityp, also xlsx, csv etc. Die Dateivorlage wird benötigt um Einstellungen vorzugeben wie z.B. "Dateiname ausgeben" oder "Datenimport starten ab Zeile".
Damit tatsächlich auch ein Blatt ausgelesen wird, musst du in der Pfadangabe, die du mit dem Inputanker verbindest, auch der Blattname enthalten sein. Zum Beispiel so:
Wichtig sind die drei Pipes ||| vor dem Blattnamen.
Hier ein Beispiel für die Konfiguration:
Viele Grüße Birgit
