DataCardKey and DataCardValue and other Form Components

The form is made of data cards, and each data card has four components.

1. StarVisible and ErrorMessage a) StarVisible The StarVisible is visible when the filed is required.

Form components in Power Apps

b) ErrorMessage The ErrorMessage component represents the error property of the Data card.

Form components in Power Apps

2. DataCardKey and DataCardValue a) DataCardKey The DataCardKey is the display name of the column.

Form components in Power Apps

b) DataCardValue The DataCardValue is the control to input data depends on the column type.

Form components in Power Apps

To select all the DataCardKey and DataCardValue of the Form control, just select the Form control, and press Ctrl + Z.