Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Directory to Dynamic Input - What am I doing wrong?

nvelazquez
5 - Atom

Hi all,

 

I am trying to input a group of files within a folder.

 

I am using directory to list all the files and then appending the sheet name to the full path. From there I connect the edited directory data to the Dynamic Input input tool. I select fullPath for my field and the first file in my group of files for the data source template. When I run the WF I get an error stating: Error: Dynamic Input (7): Error opening table: Microsoft JET Database Engine: Syntax error in FROM clause.\3000 = -526912946.

 

Can someone please help me fix the WF to input all the files at once? See pictures below for further detail.

 

Thanks.

 

nvelazquez_0-1624464066609.png

 

Formula I am using. Filename2 is the same as the sheet name.

nvelazquez_3-1624463934787.png

 

 

 

 

 

1 REPLY 1
Luke_C
17 - Castor
17 - Castor

Hi @nvelazquez 

 

Try updating your formula to be the following. I added single quotes around the sheet name.

 

[FullPath]+"|||'"+[FileName2]+"$'"

Labels
Top Solution Authors