Hello UiPath Forum,
I want to create a Bookmark Navigator in Microsoft Word using UiPath. Below is the scenario I am trying to achieve:
Test Data (Get From Excel) :
Scenario:
SCN001_TC001
SCN001_TC002
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
**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” **
Can someone help me by creating a XAML file that does this?
If you have any example workflows or guidance, I would really appreciate it.
Thank you so much in advance!