93.9k views
0 votes
You need to create a Power Apps component framework (PCF) control in a Power Apps app. The control must allow users to automatically dial the number specified in the phone number column to initiate a Microsoft Teams call.

Which tool should you use?
a. Power Apps Command Line Interface
b. Power Automate
c. Webhook
d, Liquid Template

1 Answer

5 votes

Final answer:

To create a PCF control for auto-dialing a Microsoft Teams call from a Power Apps app, use the Power Apps Command Line Interface, as it's the right tool for building custom controls.

Step-by-step explanation:

To create a Power Apps component framework (PCF) control in a Power Apps app that allows users to automatically dial a number to initiate a Microsoft Teams call, you should use the Power Apps Command Line Interface (CLI). The Power Apps CLI is the primary tool for creating, building, and packaging custom controls for use within Power Apps. By utilizing the CLI, you can create complex controls, such as one that integrates with Microsoft Teams to place a call, whereas tools like Power Automate, Webhooks, and Liquid Templates are not the correct choices for creating PCF controls.

User Malejpavouk
by
7.3k points