How to Create a Model Driven Power App - Business Rules

Sdílet
Vložit
  • čas přidán 7. 01. 2023
  • Learn how to create and use business rules in a model driven power app. This video demonstrates step by step how business rules are used to create custom business logic in a model driven power app form.

Komentáře • 5

  • @niclaatz
    @niclaatz Před 2 měsíci

    In terms of scope, Entity is the server-side scope, so that the rule can be enforced no matter what the update platform is, and the other settings trigger the rule client side.

  • @Jcontre3000
    @Jcontre3000 Před rokem

    thanks for the explanation.

  • @shareqkhan7319
    @shareqkhan7319 Před měsícem

    subscriber no 100 with me

  • @SmartLearningAI
    @SmartLearningAI Před 6 měsíci

    Interesting but seems very limited in what you can do. I want to set the value of a Name field based on the concatenation of two other fields in a model driven app using business rules but it appears you can only set the value to one other field or a hard coded value? Any tips?

    • @powerappslabs7707
      @powerappslabs7707  Před 5 měsíci

      Create a calculated field that concatenates the two fields and then use a business rule to set the value of the name field.