Hi,
How can different excel files can identify from which folder they are coming? I have 10 folder and using for every folder “Flow Decision” with “UCASE(item.ToString).StartsWith(UCASE(“FolderPath”).ToString)”.
Is there any better way i can use switch with a expression? or any better suggestions?
First of all thanks for welcome and all replies… I elaborate more with pic
I have 10 different folders and getting all files in a List(in GetTransaction).
Each folder has a country name and then “For Each loop” files from List<> should go to that country or folder (in) and process further. I have made a Flow decision and its working but with 10 decisions. Is there any smarter way i can achieve it better? or might be with Switch?
Thanks for your reply. i am using that already to get files from folder and then all files go to a List but want to have a better logic… please see the image below and that will help you to give me better solution. Thanks
Thanks @Ragu9060 its great but i have never used Parallel activity.
UCASE(file.ToString).StartsWith(UCASE(in_Config(“HU_FolderPath_Start”).ToString)) Folder file.xaml (50.9 KB)
it is a sample file and if you Need further any informaiton please ask and please share more because i want to learn …