When creating a Scheduled Search Workflow I have a saved queries that can be combined with operators to pull different sets of data - there are about 26 attributes listed in the returned query and some days the query can return over 200 identities. I have been testing but I am not seeing a report created after the workflow executes successfully.
Does this workflow create an actual report that can be shared?
Thanks for chiming in my friend. Awesome! This is the answer I needed. Is there a hard limit on the amount of data returned? Sometimes our queries return over 200+ identities.
FYI, Workflows has data limits and looping limits that will make it difficult to work with thousands of records. Loops are limited to 100 iterations, so you should try your best to limit the amount of data you are fetching in a search query.
I just confirmed with the Workflow team that the workflow will fail an execution if that execution has more than 100 items in the loop input. The docs are going to be updated to reflect this.