I have a word file and some fields to be filled, How can i achieve this.
You can use the below syntax to refer to the Pega field variable from the current PageContext:
{pega:reference propertyreference }
More details below in the article-
@ShreeHarshaN16839089 If you are using Pega Robotics, you would insert Bookmarks into your Word document. Once you save it, you can then select this file from your Word Connector and it will automatically identify all of the bookmarks as properties of the connector. These can be set within your automation(s) like any other property. Here is a screenshot and an example Word document with two bookmarks.
Bookmarks.docx (11.9 KB)
