Forum Discussion
Begbie
3 years agoHelper I
List.Generate and pagination
Hi All, Wondering if someone can help at all, as I have been trying to do cursor based pagination using the List.Generate function and whilst I initially struggled, I have also realised why I kep...
ppm1
3 years agoSolution Sage
How about using try ... otherwise
each try [Result][pagination][next] otherwise null <> null,
Pat
- Begbie3 years agoHelper I
Thank you ppm1 seems a different error is now presented:
Expression.Error: We cannot convert the value "ead5cb33" to type Logical. Details: Value=ead5cb33 Type=[Type]Any ideas?
- ppm13 years agoSolution Sage
Hard to troubleshoot w/o being to connect myself, but please try this
each (try [Result][pagination][next] otherwise null) <> null,Pat