Forum Discussion
dgalas
5 years agoNew Contributor
I think I figured out my issue. The documentation for the API I was calling mentioned that if a value in the response was null that there weren’t any more records, but the response value was actually an empty object, so my HasNext was essentially always true, which seemed to cause the snap to error out.