I was using xrmtoolbox to check the total number of value I should get from the query, and it shows 252651 records should be returned.
Then I created a cloud flow, cloud flow will only return 5000 records by default, but I want to get all records (252651), I was trying to use skip token but it doesn't work because @odata.nextlink is not in the output of "List Accounts" step, can someone help me find out where is the issue? thank you!