Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I have created a custom report recipe to get all the related items (multiple levels) which is ran on a document.
I wanted to restrict the report from running if the document selected contains more than 10k contents.
I am using Query[walkdocordered] in the report recipe. Is there a way to limit the count of contents on which the report can be ran?