Bug with passing enum values from For Each loop

Hello wilberolive,

After taking a second look at the project and reading over you explanation. This is working as intended.

Explanation:

Your function “Check Enum” has two execution pins that are not connected to anything. However, the function must return something when called. This means that when anything other than the first execution pin is used, the return value does not get updated. If the return value is never updated, it will simply return the last value it was given.

I hope that this information helps.

Make it a great day