You are implementing a model-driven app to support a new line of business. There are several places where automated business logic must be applied. You need to determine how to apply the business logic. Which method should you use? Each method may be used once, more than once, or not at all. 1. Make a field read only until a predetermined value is exceeded 2. Automatically send an email when a record's status is changed to deactivated. 3. Use the previous value of a field when the value is automatically updated A. Business rule B. Real-time workflow C. Power Automate instant flow {Ans: 1. A 2. B 3. C Explanation: Box 1: Business rule-By combining conditions and actions, you can do any of the following with business rules: -Set column values -Clear column values -Set column requirement levels -Show or hide columns -Enable or disable columns -Validate data and show error messages -Create business recommendations based on business intelligence. Box 3: Power Automate instant flow-Instant Flows don't have a trigger in the same way as the Automated flow. Instead, they are triggered manually or on-demand, such as a user clicking a Flow button in the mobile app.}You are setting