Hello,
I am writing a workflow to give me a count of the number of entries within a folder. The end goal is to email a list with the names of the folders and the count of entries within.
I am having trouble when a subfolder has its own subfolder, and I need to look into that as well. I am using the Search Repository to find the folders and then a For Each Entry loop to find the counts. I have also added another nested For Each Entry and a conditional loop to try to get the subfolders subfolder.
I keep getting where in the messages I can look in my repository client and the numbers are matching for the main folder and the subfolders, but no the 3nd level down.
Any idea on how I might get this to work?