function (table
as table,rows
as list, optionaloccurrence
as nullable any, optionalequationCriteria
as nullable any) as nullable any
table
of the first occurrence of the list of rows
. Returns -1 if no occurrence is found. ({[a = 2, b = 4], [a = 6, b = 8], [a = 2, b = 4], [a = 1, b = 4]})
.0
({[a = 2, b = 4], [a = 6, b = 8], [a = 2, b = 4], [a = 1, b = 4]}
.{0, 1, 2}