I have a large number of folders and subfolders in my application, and I’m using the “Find Children” activity with the “Descendants” scope. It takes a long time to iterate through everything. Is there a way to optimize this?
Unleash your potential – connect, collaborate, and automate with our powerful solutions.
I have a large number of folders and subfolders in my application, and I’m using the “Find Children” activity with the “Descendants” scope. It takes a long time to iterate through everything. Is there a way to optimize this?
Yes, you can significantly improve performance by using the “Children” scope instead of “Descendants.” Here's how:
This ensures only the contents of the matching policy folder are fetched.
This will help locate a specific subfolder within the identified policy folder.
Yes, users have reported that this optimized method processes a large number of folders in under a minute, compared to the significantly longer time taken using the “Descendants” scope