Populate a Microsoft Word Template
Convert Word Document to PDF
Convert Word Document to PDF in Flow
This flow returns a pdf version of an office document that can come from a variety of sources, we are using a Sharepoint default document library in this case.
Make sure to have some documents in there before you try this.
substring(
triggerBody()['FolderPath_Value'], 0, sub(length(triggerBody()['FolderPath_Value']), 1))
.mediaBaseUrl
https://eastus1-mediap.svc.ms
.callerStack
.driveAccessToken
first(body('Parse_JSON')?['ListData']?['Row'])?['File_x0020_Type']
first(body('Parse_JSON')?['ListData']?['Row'])?['.spItemUrl']
docx
https://bluemetal.sharepoint.com:443/_api/v2.0/drives/b!0
fFNQTw
eyJ0eXAiOiJKV1QiLCJhb....
https://eastus1-mediap.svc.ms/transform/pdf?provider=spo&inputFormat=docx&cs=fFNQTw&docid=https://bluemetal.sharepoint.com:443/_api/v2.0/drives/b!0x...?version=Published&access_token=eyJ0eXAiOiJ...
Set(varMyPDF,GetPDF.Run(ID, Path))
varMyPDF.pdfurlPopulate a Microsoft Word Template
This flow populates a Microsoft Word Template from PowerApps using initialized variables in flow
Dog Tax (George)
Links
PDF Conversion
Populate Microsoft Template