Getting limited range of rows from data table

Hi, I’m wondering how can I limit the range of rows that I want to loop from data table.

My BP looks like this.

I only want to loop through a limited range of indexes in data table starting from index X to index Y, how can I achieve this?
This is a workaround method as it turns out that it is impossible to attach a reference of data table to Get Data Table node.

have you tried using a regular loop? in this case you can set the range of indexes to use so that would in effect allow you to control the range of data table rows that are returned.