DescriptionReturns true if the given value is in the given list, false otherwiseAvailable InAppsAutomationsSyntaxARRAYCONTAINS(list: List, v: Integer, Number, Text or Boolean)ExampleARRAYCONTAINS([1,2,3], 1) = true