Unable to swipe and launch playstore app

I’m able to launch playstore app if all apps are only one one page with below code:

driver.findElement(By.id("com.sec.android.app.launcher:id/all_apps_icon")).click();
driver.scrollToExact("Play Store").click();

if there are more than 1 page and playstore app is on second page then it is not working.

Can anyone please help me.