No Results Output for Rule Collection Filter
Comments
-
Hey Decisions, I am using a rule collection filter step and Ive got a question. What happens if the step produces no results for its output list? Can this still be used in flow logic even if there are no results? Thanks for your help.
-
If no results occur from your Rule Collection Filter step, then it will output a null list. Since there exists no possible suitable data for the list, it outputs as null instead of empty which instead implies that data [i]used to[/i] populate the list but no longer exists there.
If you want logic to run if your rule collection filter step outputs this null list, you can add a rule after the filter step that checks if the output list is empty or null. This can spawn different flow paths aka processes if preferred.