I have a trigger I am working on that is fired via a webhook. I am stuck on an issue with the trigger data that is retrieved via the perfromList call. In my code I am calling our APIs to retrieve 3 members which works fine on the initial call. The problem occurs when I want to load additional records. When working on this I assumed it would pass to me a incremented page value in the bundle.meta.page but no matter what it always returns 0. So it seems the page does not increment for the test trigger calls for hooks.
So essentially I am asking if there is a way to do this or am I going at this in the wrong way? The end goal is to provide users with current live data in these trigger tests so they can properly use setup their zaps.
Thank you for any help.