76.5k views
0 votes
How to add custom data card in powerapps

1 Answer

3 votes

Final answer:

To add a custom data card in PowerApps, go to the form, edit fields, add a field, and then choose to add a custom card. You can then insert controls into the card and bind them to your data source by setting the appropriate properties.

Step-by-step explanation:

To add a custom data card in PowerApps, follow these steps:

  1. Navigate to the PowerApps studio and select the form you want to customize.
  2. Click on the 'Edit Fields' option on the right-hand side.
  3. In the Fields pane, click on 'Add Field' to see a list of available fields you can add to your form.
  4. At the bottom of the field list, click on 'Add Custom Card' at the bottom to insert a new custom card.
  5. Once your custom card is inserted, you can add controls such as text inputs, labels, dropdowns, etc., to it.

Customize the properties and appearance of the controls within the custom card to suit your needs.

You can bind the data from your data source to these controls by setting the appropriate property to your data field. Each control has different properties, such as text, selectedItem, selectedValue, etc., that you can use to bind data.

User Rod Xavier
by
7.4k points