---
title: "Create Form with Property Grid"
slug: "create-form-with-property-grid"
description: "This document shows users how to make a Form that contains a Property Grid.  Defining the Form's Data input as a data object, allows the Property Grid to provide all related fields, in proper formatting, to that data object. "
updated: 2025-06-25T15:57:36Z
published: 2025-06-25T15:57:36Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Form with Property Grid

## Overview

The **Property Grid** Form Control lets users easily define data objects' properties. By defining the Form's data input as a data object, the property grid automatically includes all fields, in their proper formats, related to editing the object.

For example, if you define an Account object as the input for a property grid, the Form that displays to the user will contain all of the fields that can be changed on a user account record, including text fields, date pickers, checkboxes, and drop-down lists.

---

## Example

1. In a Flow, select the Start Step and add Account as Flow Input Data. Change the mapping type to Constant, and pick an existing account. This example uses admin@decisions.com.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-25_11h55_57.png)
2. Add a **Show Form** step and create a new Form. In the Form Designer, add a **Button**to the Form.
3. Navigate to the **Toolbox**, expand DATA > PROPERTY GRID, and drag and drop the **Property Grid** control onto the Form.
4. With the Property Grid selected, navigate to the Properties panel. Under INPUT DATA, change the Type to Account, and set the Input Data Name to "Account".
5. **Save**and Close the Form Designer. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-25_11h56_54.png)

---

## Debug

In the Flow Designer, select Debug in the top action panel. The Property Grid will display the fields of that data member. These fields can be edited and saved if the Flow is set up to save the changes.
