Hello everyone,
I am currently building a solution where users enter all information for an aviation damage report in a Power App. They also need to upload an image (damage photo).
My goal:
-The image should be uploaded in the app
-Stored in SharePoint (or another suitable way)
-Then passed to Power Automate
-And finally inserted into a Word template (using Encodian "Replace Text with Image")
The problem:
-SharePoint image columns do not show up in Power Automate as dynamic content.
-If I use attachments, the file is stored but I struggle to link it correctly in the Flow.
-I only need the final result: The image should appear correctly in the generated Word document (format: JPG or PNG is fine).
Question:
What is the best practice to handle this?
Should I use an Attachments control, a Text column with an image URL, or directly pass the file content from Power Apps into Power Automate?
Any clear step-by-step example would be very helpful.
Thank you in advance!