Released version 20190422

Introduction

Version 20190422 for Power Automate portal is now available in all regions. This article describes the updates, including the new features, and the fixes to existing functionality, which are included in this update. This version was first made available in preview on May 1, 2019, and completed worldwide rollout on May 3, 2019.

Connect to Azure services from custom connectors

If you have a RESTful API hosted in Azure Functions or Azure Logic Apps, there is now a simple way you can import it to create a custom connector which can be used in Microsoft Flow and PowerApps.

All you need to do is navigate to the Custom Connectors page under Data on the sidebar. Click + New custom connector and select Create from Azure Service (Preview).

New custom api

Next, give your connector a name, select your Azure subscription, choose the Azure service, then select your app.

Select Azure service

When you click Continue, it will import your API into the custom connector portal where you can add additional details, create the connector, and test it.

Configure

Once created, you’ll see your new connector on the Custom Connectors page as well as in the Flow designer when using it in a flow.

Use new connector

Azure Function Setup

Azure Functions currently requires that your API meets certain conditions before it can be imported to Microsoft Flow. Please be sure you have built your app with these in mind if you plan to use it in Microsoft Flow or PowerApps:

  1. App runtime version must be ~1
  2. Generate the OpenAPI definition (Swagger)
    • Note: In Azure, you can either provide the URL that hosts your API or generate the definition based on the template provided in the Azure portal. If you choose to use Azure’s template, it will create a sparse definition with the metadata from your HTTP triggered functions. However, you’ll want to modify it and provide additional metadata about the API operations and data structures before using it.
  3. Enable Configure Cross-Origin Resource Sharing (CORS)

Still to come

We’re exploring other ways we can streamline the process to create custom connectors using your Azure resources. For example, when testing an API Key-based connection after importing the Swagger, we’re looking into automatically creating a test connection for you based on a key defined in your Azure Function App rather than requiring you to copy the API Key from the Azure portal and pasting it into the Flow portal.

There will also be improvements in the importing experience for custom connectors that use OAuth authentication. Finally, we plan to support more Azure services in the near future so keep an eye out!

Improved Application Lifecycle Management for flows using CDS

In November we released support for automated, scheduled and instant flows in Common Data Service solutions. Solutions allow you to author, package, and maintain groups of components, such as flows and CDS entities. You can distribute solutions allowing you (or others) to install and uninstall the business functionality defined by the solution across environments.

We are now releasing new functionality to improve the way that solutions work. In particular, certain flows using CDS can now be automatically activated on solution import to a new environment.

To build flows that can automatically be turned on, the flow must be built by first going to Solutions in the left navigation, choosing a solution and then adding the flow. When you build the flow, use the new Common Data Service (Current Environment) connector:

Search for connector

This connector is special in that it will always use the environment that the flow is deployed in, and can automatically pick up the user context of the owner of the flow. This means you don’t have to select which environment to connect to:

Complete trigger

In this example, we can create a flow that will automatically add a Note to all related accounts when a parent account is changed:

Complete flow

Once you save the flow, you can export it as either a managed or unmanaged solution. Managed solutions, which are now fully supported by flow, are useful when you want to move a flow to a production environment – you can read more here about the difference between these solution types.

Export solution

After exporting the solution, you can go to the destination environment and import the solution.

Import solution

The flow in this solution will immediately begin listening to accounts being updated and creating notes. No additional configuration or activation is required.

Flow results

Please note that this functionality will only work for flows that do not have connectivity to services besides the Common Data Service (Current Environment). This is because other services must be explicitly authorized by the connection owner after import. However, built-in actions that manipulate data or use the HTTP connector will work immediately upon import.

Known issues

The new Common Data Service (Current Environment) capability is available for preview today and is rolling out globally in the coming week. There are a few known issues for flows that are built inside solutions:

  • There is no way to access solution flows in the Flow mobile app
  • Buttons inside solutions will not show up in the Buttons tab in the Flow mobile app, and certain fields from buttons cannot be used
  • Custom connectors cannot currently be included in solutions
  • If the set of columns or fields changes on a record, this may cause the flow to fail
  • The Run history currently shows the raw JSON inputs and outputs for actions instead of the simple properties of each action
  • Flows triggered from PowerApps are not currently supported

We are currently working on closing out the remaining issues with these flows.

Fixes and improvements

Note

No specific fixes or improvements have been publicly disclosed as a part of this released version