We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Need to get the latest file from the Sharepoint folder into Alteryx

bulbul123
5 - Atom

Hey!

I have a SharePoint folder in which every week a new file is stored. I need to fetch that new file every week in the Alteryx and have to do some data processing in it. I am able to make a SharePoint connection and fetch the list of the files from the folder and then sort the file and get the latest file. After that i am getting how to get the data from that file. I tried download tool but not able to get the data.
Can someone pls help me in this.


5 REPLIES 5
binuacs
21 - Polaris

@bulbul123 Use the dynamic input tool 

bulbul123
5 - Atom

i cant use the dynamic input tool as the file columns are not static and it can change with the upcoming new file.

binuacs
21 - Polaris
bulbul123
5 - Atom

can you pls tell me how using dynamic tool i can do this?

Sebastian_Chaieb2
11 - Bolide
11 - Bolide

Hi @bulbul123 

 

Please try to use my solution with Batch macro (inside macro you can check how Dynamic input is used to take dynamically data)

 

You have to extract package and in Directory Tool change the path to folder where you have your data:

 

Solution.png

 And run :)

 

Labels
Top Solution Authors