I think there is an error on the page. This line:
$filter=(PartitionKey eq 'Sales') and (RowKey ge 'empid_000123') and (RowKey lt 'empid_000124')&$select=RowKey,Manager Rating,Peer Rating,Comments
probably should be corrected to something like this:
$filter=(PartitionKey eq 'Sales') and (RowKey ge 'empid_000123') and (RowKey lt '000123_2012')&$select=RowKey,Manager Rating,Peer Rating,Comments
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@lisamariet
Thanks for the feedback! We will update the document accordingly.
@lisamariet The PR request has been initiated and it will be updated soon .
We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.