Skip to content
This documentation is currently in preview, therefore subject to change.

Actions Reference Guide

Overview

This page provides a reference for all actions available in the Build a Doc Power Platform connector.


Document Conversion Actions

Convert Word Document

Converts a Word document (.doc, .docx) to another format with optional data source binding.

See the full action reference: Convert Word Document

ParameterTypeRequiredDescription
DocumentFile contentYesWord document binary content
Output FormatStringYesTarget format: .doc, .docx, .pdf, .html, .svg, .jpeg, .png, .bmp, .gif, .tiff
Data source NameStringNoIdentifier for template reference
Data source DataObject/ListNoData to bind to template
Data source FormatStringNoJSON, XML, or CSV

Returns: Base64-encoded file content


Convert Excel Document

Converts an Excel document (.xls, .xlsx) to another format with optional data source binding.

See the full action reference: Convert Excel Document

ParameterTypeRequiredDescription
DocumentFile contentYesExcel document binary content
Output FormatStringYesTarget format: Csv, Html, MHtml, Pdf, Svg, TabDelimited, Tiff, Tsv, xlsx
Data source NameStringNoIdentifier for template reference
Data source DataObject/ListNoData to bind to template
Data source FormatStringNoJSON, XML, or CSV

Returns: Base64-encoded file content


Convert PowerPoint Presentation

Converts a PowerPoint presentation (.ppt, .pptx) to another format.

See the full action reference: Convert PowerPoint Presentation

ParameterTypeRequiredDescription
DocumentFile contentYesPowerPoint document binary content
Output FormatStringYesTarget format: .ppt, .pptx, .pdf, .html
Data source NameStringNoIdentifier for template reference
Data source DataObject/ListNoData to bind to template
Data source FormatStringNoJSON, XML, or CSV

Returns: Base64-encoded file content


Convert PDF Document

Converts a PDF document to another format.

See the full action reference: Convert PDF Document

ParameterTypeRequiredDescription
DocumentFile contentYesPDF document binary content
Output FormatStringYesTarget format: .doc, .docx, .pptx, .html, SVG

Returns: Base64-encoded file content


Convert HTML

Converts HTML content to another format with optional data source binding.

See the full action reference: Convert HTML

ParameterTypeRequiredDescription
DocumentStringYesRaw HTML content (as a string) or a publicly accessible URL
Output FormatStringYesTarget format: .pdf, .jpeg, .png, .bmp, .gif, .tiff, .xps, .html
Data source NameStringNoIdentifier for template reference
Data source DataObject/ListNoData to bind to template
Data source FormatStringNoJSON, XML, or CSV

Returns: Base64-encoded file content


Convert OneNote Document

Converts a OneNote document (.one) to another format.

See the full action reference: Convert OneNote Document

ParameterTypeRequiredDescription
DocumentFile contentYesOneNote document binary content
Output FormatStringYesTarget format

Returns: Base64-encoded file content


Convert Visio Document

Converts a Visio document (.vsd, .vsdx) to another format.

See the full action reference: Convert Visio Document

ParameterTypeRequiredDescription
DocumentFile contentYesVisio document binary content
Output FormatStringYesTarget format

Returns: Base64-encoded file content


Document Manipulation Actions

Merge Word Documents

Merges multiple Word documents into a single document.

See the full action reference: Merge Word Documents

ParameterTypeRequiredDescription
DocumentsArrayYesArray of document contents to merge
Output FormatStringYesTarget format for merged document

Returns: Base64-encoded file content


Merge PowerPoint Presentation

Merges multiple PowerPoint presentations into a single presentation.

See the full action reference: Merge PowerPoint Presentation

ParameterTypeRequiredDescription
DocumentsArrayYesArray of presentation contents to merge
Output FormatStringYesTarget format for merged presentation

Returns: Base64-encoded file content


Compare Word Documents

Compares two Word documents and generates a document showing differences.

See the full action reference: Compare Word Documents

ParameterTypeRequiredDescription
Document 1File contentYesFirst document
Document 2File contentYesSecond document
Output FormatStringYesTarget format for comparison result

Returns: Base64-encoded file content with tracked changes


Format PowerPoint Presentation

Applies a master slide theme to a PowerPoint presentation.

See the full action reference: Format PowerPoint Presentation

ParameterTypeRequiredDescription
DocumentFile contentYesPresentation to format
ThemeFile contentYesTheme/template to apply
Output FormatStringYesTarget format

Returns: Base64-encoded file content


PDF Operations

Extract PDF Data

Extracts form field values and metadata from a PDF.

See the full action reference: Extract PDF Data

ParameterTypeRequiredDescription
DocumentFile contentYesPDF document

Returns: JSON object with form fields and metadata


Update PDF Data

Updates form fields and metadata in a PDF.

See the full action reference: Update PDF Data

ParameterTypeRequiredDescription
DocumentFile contentYesPDF document
DataObjectYesField values to update

Returns: Base64-encoded file content


Data Operations

Compute Data

Filters and evaluates expressions on data.

See the full action reference: Compute Data

ParameterTypeRequiredDescription
DataObject/ArrayYesInput data
ExpressionStringYesExpression to evaluate

Returns: Computed result


Render Excel Chart

Extracts a chart from an Excel workbook as an image.

See the full action reference: Render Excel Chart

ParameterTypeRequiredDescription
DocumentFile contentYesExcel document
Chart NameStringYesName of chart to extract
Output FormatStringYesImage format: .pdf, .png

Returns: Base64-encoded image content