Hi @Rupak_Banik
Welcome to the community!
Here is how you can achieve this without queue item.
-
Create a List Variable name MainFolderPath inside which all your case folders are there.
-
Under Initialization state use a for each folder in folder activity to iterate through all your case folders PFB the Screenshot
-
Now Under the get Transaction state use a if condition with in_TransactionNumber< in_ListOfFolderPath.Count inside the then block assign the case folder path with the index as below:
-
Now in the process state use a for each to iterate in the current case folder using Directory.GetFiles(TransationField1) to retrieve all the Documents present in each transaction Path.
Let me know if this solves your Problem statement.
Cheers ![]()
Bishwajeet Kumar

