I've got a payload that includes the field "device_id" which is an integer. I need to check if this device_id is included in a list of device_id's (an array perhaps), about 15 total. If so the flow should stop, else it should continue. I've been stuck trying out different options using switch and function, but I've not been able to succeed.