[Help] How to Create a Bookmark Navigator in Word Using UiPath

Hello UiPath Forum,

I want to create a Bookmark Navigator in Microsoft Word using UiPath. Below is the scenario I am trying to achieve:

:pushpin: Test Data (Get From Excel) :
Scenario:
SCN001_TC001
SCN001_TC002

:pushpin: Expected Output in Word:
Table Of Contents
SCN001_TC001
SCN001_TC002

SCN001_TC001 Page
this is page SCN001_TC001

SCN001_TC002
this is page SCN001_TC002

:arrow_right: **When I click “SCN001_TC001” in the Table of Contents, I want it to navigate automatically to the “SCN001_TC001 Page”. and also When I click “SCN001_TC002” in the Table of Contents, I want it to navigate automatically to the “SCN001_TC002 Page” **

:pushpin: Can someone help me by creating a XAML file that does this?
:pushpin: If you have any example workflows or guidance, I would really appreciate it.

:pray: Thank you so much in advance! :pray:

@Vhierdy_Hafidz

Welcome to the community

There is no direct activity to do that

One way you can try is to use word macros to do this or a custom code might be needed

Cheers

Can you provide a simple example of how to achieve this? Maybe a basic XAML file or a step-by-step guide? That would really help me understand the approach better. Thanks!