diff --git a/powerapps-docs/maker/data-platform/data-platform-create-business-rule.md b/powerapps-docs/maker/data-platform/data-platform-create-business-rule.md index 1eba81d92c..c2e5e0613c 100644 --- a/powerapps-docs/maker/data-platform/data-platform-create-business-rule.md +++ b/powerapps-docs/maker/data-platform/data-platform-create-business-rule.md @@ -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)

+> 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)
> > 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: @@ -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