How to add Current Date in the footer of the Word File

Hello @Gopikrishna_S
Try this

  1. In a Word document, Enter the specific unique name in the footer where need to enter the Date as manually. Like"TodayDate"
  2. Use the Word application scope and pass the path of the Word document.
  3. Use Replace Text in Document activity in it. In Seach for type the “TodayDate” name or other specific unique name mentioned in the footer.
    3.1 Replace with- Provide the date condition with desired format example
DateTime.Now.ToString("yyyy-MM-dd")

3.2 Check the “Replace all” option to change the all-match case with a date.
4. For more, refer to the screenshot attached below.

Regards,
Gokul Jayakumar