getCurrentItemIndex / getCurrentPageIndex returns 0 all the time

when navigating between dynamic pages with next & previous buttons, the currentItemIndex of the page keeps staying as ‘0’ and the currentPageIndex keeps as ‘1’. Shouldn’t they be increasing or decreasing??? What am I doing wrong can anyone please answer.

ok since I’ve realised this was a bug actually. I created a new field for page indexes and used them as page index so that it could be renewed for each page individually.

thats how I’ve solved this problem. thanks!