Get Page Indexes
Description
Use this Activity to retrieve the page indexes within a Word document corresponding to specified page numbers.
note
You can only use this Activity inside Word Context.
Properties
Input
- Page Number - Specify the page number for which you wish to obtain the corresponding page indexes.
Misc
- DisplayName – Add a display name to your Activity.
- Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Optional
- Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note
It does not catch an error if this Activity is present inside the Try-Catch block and this property's value is True.
Output
- Page Indexes - It returns the page indexes for the specified page number.
Example
Download Example