New in Formulas 2.0
The includes()
function returns true if the list in the first argument contains the value specified in the second argument.
includes(list, value)
list.includes(value)
Code language: JavaScript (javascript)
New in Formulas 2.0
The includes()
function returns true if the list in the first argument contains the value specified in the second argument.
includes(list, value)
list.includes(value)
Code language: JavaScript (javascript)