List content check

Is there a better way to check to see if all the lists I am smashing together have the same amount of entries then the way I show below? I am just trying to build in some error checking.

Here’s one way. In your case, swap out the first Count node for a List.Create node to connect all of your count nodes. Your List.Create node will need to connect to theList.Reduce and second Count node in the image:

1 Like

1 Like