Announcements
I recommend you verify step by step:
Verify Placeholder Format
Open your Word template in plain view.
Search manually: <<
—are they exactly in the format <<ColumnName>>
?
No extra spaces inside << >>
Debug Output
Before your Find and Replace, insert a Display Message
or Write to Text File
action to log:
Run the flow—confirm that for each placeholder, this logs the expected text.
This will instantly show if your Key/Value is empty
Double-check Excel Data
Make sure CurrentRow[ColumnName]
is never null.
If any column names mismatch (header in Excel doesn’t match placeholders), you will get no replacement
Simplify the Word Instance
You don’t strictly need to launch and attach twice—try:
Only Launch Word once.
Reference that same Instance
for all actions.
[Key]
and [Ten du an]
are not correct dynamic variable references.
You should not write [Key]
like this—Power Automate Desktop uses %VariableName%
Change your file path to this format:
C:\Users\Thang01\OneDrive - dentsu\WORKING\TOOL\WORKING TEMPLATE\AUTOMATION TESTING\BBNT_RESULT\%Key%%TenDuAn%.docx
If I have answered your question, please mark it as the preferred solution ✅ . If you like my response, please give it a Thumbs Up 👍.
Regards,
Riyaz
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1