Skip to content

list.rows doesn't iterate over all rows #43

@quesauce

Description

@quesauce

I'm getting massive discrepancies between the meta ItemCount (which is correct when viewing in sharepoint) and traversing the rows:

sp_list = site.lists['Support Database']

print(sp_list.meta['ItemCount'])

index = 1

for row in sp_list.rows:
    index += 1

print(index)

In this instance, meta reports 11470. The index shows 97! There are no warnings or exceptions thrown. I'm about at my wits end.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions