web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Struggling in Populati...
Power Automate
Suggested Answer

Struggling in Populating PPT using encodian in Power Automate

(0) ShareShare
ReportReport
Posted on by 8

Hi Everyone,

I'm working on a Power Automate flow to populate a pre-designed PowerPoint template using data from an Excel file with the help of Encodian. While the flow successfully creates a new PowerPoint file, the placeholders within the template are not being replaced with the dynamic data.
I have checked the placeholders thoroughly in both PowerPoint & Word, Even checked by replacing directly the sample text instead of dynamic data, connections were checked but it didn't work.

I’ve used the Compose action to confirm that the data is being retrieved correctly from Excel, so I believe the issue lies in the step where the data is supposed to populate the template.

Could anyone help me identify what might be going wrong or suggest what I might be missing?

Thanks in advance!

Let me know if you'd like to include more details or screenshots.

 

Categories:
I have the same question (0)
  • Suggested answer
    Riyaz_riz11 Profile Picture
    4,048 Super User 2026 Season 1 on at
    Hi,
     

    Step-by-Step Fix


    1. Check Your PowerPoint Template:

      • Open your template and verify placeholders are formatted as {{Title}}, {{Objectives}}, etc.

      • Ensure no extra spaces or special characters

      •  

    2. Modify Your Compose Action:
      json
      {
        "Title": @{items('Apply_to_each')?['Title']},
        "Objectives": @{items('Apply_to_each')?['Objectives']},
        "Methodology": @{items('Apply_to_each')?['Methodology']},
        "Key_Metrics": @{items('Apply_to_each')?['Key_Metrics']},
        "Outcome": @{items('Apply_to_each')?['Outcome']},
        "Point1": @{items('Apply_to_each')?['Point1']},
        "Point2": @{items('Apply_to_each')?['Point2']},
        "Name": @{items('Apply_to_each')?['Name']}
      }

    3. Configure PowerPoint - Populate Action:

      • Template: Reference your PowerPoint template file

      • Populate Data: Use the output from your Compose action

      • Output Name: Give your generated file a name
    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

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 557

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 264 Super User 2026 Season 1

Last 30 days Overall leaderboard