---
title: "Power Automate convert form to email | Nutrient"
canonical_url: "https://www.nutrient.io/guides/document-converter/power-automate/conversion/form-to-email/"
md_url: "https://www.nutrient.io/guides/document-converter/power-automate/conversion/form-to-email.md"
last_updated: "2026-05-20T19:49:34.747Z"
description: "In this guide, you’ll learn how to combine and convert Microsoft forms into a single document using Power Automate. for Nutrient Document Converter SDK."
---

# Convert form to email using Power Automate

In this guide, you’ll learn how to combine and convert Microsoft forms into a single document using Power Automate.

Microsoft Forms provides a quick and easy way to create surveys and questionnaires to collect responses from different people. Even though this is useful, the completed forms aren’t easily portable — i.e. you can’t send a form to another person and expect to keep the look and feel of the completed form, along with any files that have been uploaded to it, intact.

Using Power Automate and [Nutrient Document Converter](https://www.nutrient.io/low-code/try/?product=document-converter), you can merge form responses and attachments into a single document and then send that document as an email. You can also write the generated file to SharePoint, OneDrive, or anywhere you can send files using Microsoft Power Automate.

### Sample MS Form with Attachment

This example will use the following form.![form to pdf](@/assets/guides/muhimbi/pdf-converter/power-automate/form-to-email-1.jpg)

### Prerequisites

Before building the workflow, ensure all prerequisites are in place:

- Knowledge about Microsoft Forms and how to build workflows using Power Automate

- A full, free, or trial subscription to [Nutrient Document Converter](https://www.nutrient.io/low-code/try/?product=document-converter)

- Permission to use Power Automate

- Appropriate privileges to create flows

### Using Power Automate to convert forms to email

The image below shows a high-level overview of the flow.![convert forms to pdf](@/assets/guides/muhimbi/pdf-converter/power-automate/form-to-email-2.jpg)

### 1: Creating a flow

Add the **When a new response is submitted** trigger action specifying the **Form Id** of the Microsoft form. It will trigger the flow when a new response is submitted.![submit response](@/assets/guides/muhimbi/pdf-converter/power-automate/form-to-email-3.jpg)

### 2: Getting the response details

Add the **Get response details** action, specifying the **Form Id** and **Response Id** of the Microsoft form. This will trigger the flow when a new response is submitted.![get response details](@/assets/guides/muhimbi/pdf-converter/power-automate/form-to-email-4.jpg)

### 3: Adding the Compose action

Add the **Compose** action. You can copy the HTML code fragment provided below into the **Inputs** field and then insert the various list fields in the appropriate places, just between each line’s `<td></td>` elements. Your completed code will look like what you see in the screenshot.

```html

\<!DOCTYPE html\>

>

\<html\>

>

\<head\>

>

\<style\>

>

table {

>

font-family: arial, sans-serif;

>

border-collapse: collapse;

>

width: 100%;

>

}

>

td, th {

>

border: 1px solid \#dddddd;

>

text-align: left;

>

padding: 8px;

>

}

>

\</style\>

>

\</head\>

>

\<body\>

>

\<h2\>Questionnaire for Patient Response Details\</h2\>

>

\<table\>

>

\<tr\>

>

\<th\>Responder E-Mail\</th\>

>

\<th\>Full name\</th\>

>

\<th\>DOB\</th\>

>

\<th\>Sex\</th\>

>

\</tr\>

>

\<tr\>

>

\<td\\</td\>

>

\<td\\</td\>

>

\<td\\</td\>

>

\<td\\</td\>

>

\</tr\>

>

\</table\>

>

\</body\>

>

\</html\>

>

```![compose action](@/assets/guides/muhimbi/pdf-converter/power-automate/form-to-email-5.jpg)

### 4: Converting the file

Add the Nutrient **Convert document** action. In the **Source file name** field, include a proper name with `.html` as the extension. In the **Source file content** field, choose **Outputs**. In the **Output format** field, choose **PDF** from the dropdown menu. Click **Save** to save the workflow.![source file name](@/assets/guides/muhimbi/pdf-converter/power-automate/form-to-email-6.jpg)

### 5: Sending the file

Next, add the **Send an email (V2)** action. In the **To**, **Subject**, and **Body** fields, enter suitable values. If you want the email to be sent from a different email address, enter the email address in the **From (Send as)** field. In the **Attachments Name** field, select the base file name without an extension, but ensure you add the `.pdf` extension to this. In the **Attachments Content** field, select the processed file content, which is the file generated by Nutrient Document Converter.![send an email](@/assets/guides/muhimbi/pdf-converter/power-automate/form-to-email-7.jpg)

Click **Save** to save the workflow.
---

## Related pages

- [Power BI automated export to PDF using Power Automate](/guides/document-converter/power-automate/conversion/bi-reports-to-pdf.md)
- [Convert to PDF using Power Automate](/guides/document-converter/power-automate/conversion/convert-to-pdf.md)
- [Convert CAD/DWG to PDF using Power Automate](/guides/document-converter/power-automate/conversion/cad-to-pdf.md)
- [Convert email to PDF using Power Automate](/guides/document-converter/power-automate/conversion/email-to-pdf.md)
- [Convert CSV files to Excel with Power Automate](/guides/document-converter/power-automate/conversion/csv-to-excel.md)
- [Convert email attachments to PDF using Power Automate](/guides/document-converter/power-automate/conversion/email-with-attachments-to-pdf.md)
- [Convert Excel files to CSV with Power Automate](/guides/document-converter/power-automate/conversion/excel-to-csv.md)
- [Convert Excel to PDF using Power Automate](/guides/document-converter/power-automate/conversion/excel-to-pdf.md)
- [Convert images to PDF in Power Automate](/guides/document-converter/power-automate/conversion/image-to-pdf.md)
- [Convert HTML to PDF using Power Automate](/guides/document-converter/power-automate/conversion/html-to-pdf.md)
- [Convert documents using Power Automate](/guides/document-converter/power-automate/conversion.md)
- [Convert InfoPath to Excel](/guides/document-converter/power-automate/conversion/infopath-to-excel.md)
- [Convert InfoPath forms to PDF](/guides/document-converter/power-automate/conversion/infopath-to-pdf.md)
- [Convert InfoPath forms to Word documents](/guides/document-converter/power-automate/conversion/infopath-to-word.md)
- [Transform Microsoft Forms into Word documents](/guides/document-converter/power-automate/conversion/ms-form-to-word.md)
- [Convert Nintex forms to PDF with Power Automate](/guides/document-converter/power-automate/conversion/nintex-form-to-pdf.md)
- [Convert Microsoft Forms to PDF](/guides/document-converter/power-automate/conversion/ms-form-to-pdf.md)
- [Convert PowerPoint to PDF using Power Automate](/guides/document-converter/power-automate/conversion/ppt-to-pdf.md)
- [Convert SharePoint lists to PDF Using Power Automate](/guides/document-converter/power-automate/conversion/sharepoint-list-to-pdf.md)
- [Convert SharePoint pages to PDF using Power Automate](/guides/document-converter/power-automate/conversion/sharepoint-page-to-pdf.md)
- [Convert SharePoint files to PDF using Power Automate](/guides/document-converter/power-automate/conversion/sharepoint-to-pdf.md)
- [Convert TXT files to PDF using Power Automate](/guides/document-converter/power-automate/conversion/text-to-pdf.md)
- [Convert Visio to PDF Using Power Automate](/guides/document-converter/power-automate/conversion/visio-to-pdf.md)
- [Convert SharePoint wiki files to PDF using Power Automate](/guides/document-converter/power-automate/conversion/wiki-to-pdf.md)
- [Convert Word to PDF with Power Automate](/guides/document-converter/power-automate/conversion/word-to-pdf.md)
- [Convert XLS to XLSX using Power Automate](/guides/document-converter/power-automate/conversion/xls-to-xlsx.md)

