Skip to content

Update data-platform-create-business-rule.md #5436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ search.audienceType:
You can create business rules and recommendations to apply logic and validations without writing code or creating plug-ins. Business rules provide a simple interface to implement and maintain fast-changing and commonly used rules.

> [!IMPORTANT]
> Business rules defined for a table apply to both *canvas apps* and *model-driven apps* if the table is used in the app. Not all business rule actions are available on canvas apps at this time. More information: [Differences between canvas and model-driven apps](#differences-between-canvas-and-model-driven-apps)<br/><br/>
> Business rules defined for a table apply to both *canvas apps* and *model-driven apps* if the table is used in the app. Not all business rule actions are available on canvas apps at this time. More information: [Differences between canvas and model-driven apps](#differences-between-canvas-and-model-driven-apps)<br/>
>
> In a model-driven app, not all business rule actions are available for [editable grids](../model-driven-apps/the-power-apps-grid-control.md). For [table based view pages](../model-driven-apps/create-remove-pages.md), recommendations can't be created. Editable [subgrids](../model-driven-apps/form-designer-add-configure-subgrid.md) don't support business rules. Business rules won't work with other types of dataset controls.
>
> When working in bulk-edit or with bulk data import some functionality of business rules also does not apply. See further under
>
> To define a business rule that applies to a form in a model-driven app, see [Create business rules to apply logic in a model-driven app form](../model-driven-apps/create-business-rules-recommendations-apply-logic-form.md).

By combining conditions and actions, you can do any of the following with business rules:
Expand All @@ -47,7 +49,20 @@ Business rules work with most column types including text, number, choice, date,

- Choices (multi-select)
- File
- Language
- Language

## Limitations of business rules in bulk-edit & data import jobs

Business rules function when using bulk-edit & data import jobs when using the following actions:
- Set Field Value
- Se Default Value

Actions that are not supported for bulk-import & Data import jobs are:
- Recommendation
- Show Error Message
- Set Business Required
- Set visibility


## Create a business rule

Expand Down