Hi @anon87652862, the simplest way I can think of would be to use JavaScript’s .concat() before the Item Lists node. This method accepts both single objects and arrays but will always return an array (which is what is expected by the Item Lists node in your example).
Here is an example using the Function Item node to run .concat: