Skip to main content

Using the Power Platform connector

The connector can be used in any PowerApp or Power Automate Flow. The certified connector is also available for Logic Apps. For the complete list of supported actions, click here.

Power Automate Flows

The connector will be available under 'Premium' section:

Selecting the custom connector displays all the actions which you can execute:

Power Apps

Through the formula bar, you can invoke the same actions as the Power Automate Flows. The formula below creates a new task for order 'POWERAPP_001':

'Dime.Scheduler'.Task(
{
'ds-append': true,
sourceApp: "POWERAPPS",
sourceType: "POWERAPPS",
jobNo: "POWERAPP_001",
taskNo: ThisRecord.'Task No'.Value,
shortDescription: ThisRecord.Description.Value,
description: ThisRecord.Description.Value
});

Through intellisense, Power Apps makes it easy to find the right action: