Forum Discussion

7 Replies

      • Aleksandar_A's avatar
        Aleksandar_A
        Contributor III

        Hello @deepthi.chidi,

        Try with the following expression:

        Has next:

        $entity['@odata'].nextLink != null
        

        Next URL:

        $entity['@odata'].nextLink
        

        Let me know if this helps you.

        BR,
        Aleksandar.