Checking equality of ALL integers in an int array

Hi all! Im trying to set up a system where different weather will occur in my world depending on which day of the year it is. Im trying to set this up by having and int array of specific days of the year to have a specific type of weather and, when the player enters the world, the flow will cycle through the array to see if any of the integers in it are equal to the integer for the day of the year.

Im presently having issues getting the flow to cycle through ALL of the integers in the int array as my udon graph will either return an error or only check the integer in the first slot of the array no matter what i try.

Can anyone tell me how to get udon to check the equality of all the array entries compared to the day of the year? Thank you so much!