Add a tag to temporarily change page size value in automation

Tag: SetGraphPageSize

Default page size is 999 except for mails where it’s 100. SetGraphPageSize should allow to set a different page size.

<SetGraphPageSize />

Tag Attributes

Attributes

Attribute Value

Value Description

value

page size

N/A

Example Script

<SetGraphPageSize value="200"/>

No value would mean ‘reset to default’.

<SetGraphPageSize/>