Hey guys! Iam kind of new to the custom apps world.
This is my first app and second module within that iam working on.
Could there be any problem with this response and pagination that iam using ? This is response from module
I want it to work like this:
If continuationToken exists within body, then do pagination and use searchAfter as array in the next request.
before this i had another version where pagination worked but i was getting an error message
“Invalid module output. Expected Object, but found Array.”
After i fixed it my pagination is no longer working.
It seems to me i can have only one of the 2 working at one time. Any help please ?