Hi,
Could it be possible to have a user prompt to select multiple excel files from a folder and execute on need basis? I have attached my workflow.
BR
Red
Solved! Go to Solution.
Hi @Redzapplin
Can you provide more info on why you need to read multiple files. Are these files in a separate folder.
If yes you can use Folder browse and Directory tool. Do all these files have same schema.
@atcodedog05 I have a inventory archive where in our stakeholders wish to run specific files when needed, like i have files from inv jan to inv dec, these files input is being changed by the users and then need to be executed selectively based on the business needs.
These files are located at one folder and same schema
@Redzapplin
Based other threads, it seems not possible, but there are some workaround you may want to try.
Hi @Redzapplin
Apparently folder browse doesnt work in gallery.
Here is a workaround App.
So basically Folder in which file is present is set as the folder path and all files are read from there.
Files:
Output:
As you can see though i have selected only File A path in the App its reading all the files in the folder.
You might have you train the enduser little bit on it.
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
Thanks @atcodedog05
But that will not help me, the approach is right but I am looking to select multiple files not one file.
Like if we have files from FileA to FIileH and I wish to run specific files like FileA, FileC and FileE. Is there some workaround for this?
Hi @Redzapplin
The one files just giving reference for a folder. Its reading all files from that folder.
I have created a chained app to select only specific files.
Data Folder:
App steps
Step -1 : in step-1 you setting a file and its reading all the files in the folder.
Step-2 : When you clicking run you will get blank output prompt.
Step - 3 : once you click ok it triggers and another app which asks you select filenames you want to keep.
Step - 4 : On clicking continue. You get preview of data and filenames.
Depending on your requirement you can process your data.
these are the temp files saving the data and supplying to the chained app.
This is closest to your requirement. You check on your folder too.
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
You are AWESOME!