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 / Adding images into my ...
Power Automate
Suggested Answer

Adding images into my Word Doc from Microsoft Forms

(0) ShareShare
ReportReport
Posted on by
Hi everyone,
 
I have been struggling with a flow on Power Automate for a while now. I am nearly there, however I unable to get the images submitted in the Microsoft Form into my Word document.
 
My flow is attached.

 
Once the form has been submitted, the scores are sent to an Excel sheet to create a new row and count up the total.
The content (text and scores) that has been submitted in the form gets added to a Word doc and then converted to a PDF.
They then get added to my SharePoint folder.
 
Please can someone help me on how to get images onto this document? I have tried a few different ways suggested by AI and have watched multiple help videos on YouTube but it doesn’t seem to work. There are about 14 File Upload questions allowing you to upload multiple images, however if it's easier I am happy with one image per section. Ideally this can be done without creating a list.
MPA-flow.png
I have the same question (0)
  • Suggested answer
    PowerDeveloperTP Profile Picture
    453 on at
     
    You will have to get the uploaded image file content and add it to populate word to create pdf.
     
    This will be the parse json step to get the id of the uploaded document.
    {
        "type": "array",
        "items": {
            "type": "object",
            "properties": {
                "name": {
                    "type": "string"
                },
                "link": {
                    "type": "string"
                },
                "id": {
                    "type": "string"
                },
                "type": {},
                "size": {
                    "type": "integer"
                },
                "referenceId": {
                    "type": "string"
                },
                "driveId": {
                    "type": "string"
                },
                "status": {
                    "type": "integer"
                },
                "uploadSessionUrl": {},
                "badgerToken": {}
            },
            "required": [
                "name",
                "link",
                "id",
                "type",
                "size",
                "referenceId",
                "driveId",
                "status",
                "uploadSessionUrl",
                "badgerToken"
            ]
        }
    }
     
    You can get the content of the uploaded by using id
     
     
    Hope this helps.
     
     
    Thank you.
    Like my answer? - Hit that Thumbs Up. Resolved the Issue? - Hit Accept as Solution.
    This helps others find solutions to future issues!

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard