Use Array
Array Manuals
construct.net/en/make-games/manuals/construct-3/plugin-reference/array
Array works a little differently, but it's pretty much the same. Because you need to know where the item is stored in the array.
Keeping the first row as header is very helpful. This will allow you to use the IndexOf() expression can find it quickly without foreach and comparing the entire list in the array.