Here’s the correct script for pagination:
let
Pagination = List.Skip(List.Generate( () => [Last_Key = “init”, Counter=0],
each [Last_Key] <> null,
each [Last_Key = try if [Counter]<1 then “” else [Quelle][Value][offset] otherwise null,
Quelle= try if...