RE: How to find sublist line with 2 or more matching values? (using findSublistLineWithValue)
Answered
I was using findSublistLineWithValue but it finds the first line with the matching value.
What if I have more than 1 line with that value… how do I iterate through them?
Serialize the sublist then just use Array.findIndex. Make sure to polyfill it first