Forum Discussion
koryknick
3 years agoEmployee
dpan32 - I believe you are close. Couple thoughts. The dynamic validation in this snap is trying to interpret the expression based on the input data, but when executed, it will work against the output data. When I am working to build the "Has next" and "Next URL" settings, I usually pull in a Mapper snap after the HTTP Client / REST Get snap to work out the syntax.
In your case, I believe what you want is $entity.meta.pageTotalCount == 100 (not > 100). That way it will continue cycling until the count is less than 100.
Hope this helps!