nerdexam
MicrosoftMicrosoft

PL-200 · Question #260

PL-200 Question #260: Real Exam Question with Answer & Explanation

The correct answer is B: Power Automate cloud flow. {"question_number": 3, "question": "You plan to create a canvas app with a button that sends an email. What should you create?", "correct_answers": ["B"], "explanation": "B – Power Automate cloud flow is the correct answer.\n\nIn Power Apps canvas apps, when a button needs to tri

Create apps by using Microsoft Power Apps

Question

You plan to create a canvas app. The app requires a button on the data entry screen that users can select to send an email. You need to configure the app. What should you create?

Options

  • AClassic workflow
  • BPower Automate cloud flow
  • CAzure Logic App
  • DBusiness process flow

Explanation

{"question_number": 3, "question": "You plan to create a canvas app with a button that sends an email. What should you create?", "correct_answers": ["B"], "explanation": "B – Power Automate cloud flow is the correct answer.\n\nIn Power Apps canvas apps, when a button needs to trigger an action like sending an email, the standard and recommended approach is to connect that button to a Power Automate cloud flow. Canvas apps have a native integration where you can add a flow to the app, and the button's OnSelect property calls the flow using FlowName.Run(...). The flow handles the email via a connector such as Office 365 Outlook.\n\nWhy the others are wrong:\n- A – Classic workflow: Classic (background) workflows are Dataverse-based automations triggered by record events (create, update, etc.), not by canvas app button clicks. They are not directly callable from a canvas app.\n- C – Azure Logic App: While Logic Apps can send emails, they are not directly integrated with canvas apps the way Power Automate flows are. This would require a custom connector and is not the intended pattern.\n- D – Business process flow: Business process flows guide users through sequential stages of a process (e.g., lead → opportunity → close). They are not designed to trigger email actions from a button.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Canvas Apps#Power Automate#Email Automation#App Integration

Community Discussion

No community discussion yet for this question.

Full PL-200 PracticeBrowse All PL-200 Questions