Add and Create Data to an Entity use dataflows in Power Apps

Data preparation available in Power Apps, you can create a collection of data called a dataflow, which you can then use to connect with business data from various sources, clean the data, transform it, and then load it to Common Data Service or your organization’s Azure Data Lake Gen2 storage account. A dataflow is a … Continue reading Add and Create Data to an Entity use dataflows in Power Apps

Visualize and interpret location data with the Interactive map component.

[This topic is pre-release and is subject to change.] Easily bring dynamic mapping capabilities into your canvas apps by viewing the physical position of entities from a data source, or by inputting new physical locations. Pan, tilt, zoom, and drag to center your map view. As you zoom out, the markers will optionally cluster to … Continue reading Visualize and interpret location data with the Interactive map component.

Add Geospatial components to your App (Preview)

[This topic is pre-release and is subject to change.] You can add a number of geospatial components to your canvas app to support scenarios that involve mapping locations and addresses. The following prebuilt components can be used for geospatial and mapping scenarios: Interactive mapAddress input Prerequisites An admin must enable the geospatial features in the Power … Continue reading Add Geospatial components to your App (Preview)

How To configure Node.js and Typescript into your environment to develop PowerApps Component Frameworks (PCF)

Scenario: in this post we will see how configure Node.js and Typescript into your machine to develop your first custom component (PCF). Solution:  installing TypeScript we install the TypeScript compiler tsc. The compiler is the main component you need to compile your TypeScript code into JavaScript that will be sent to the browser to execute: Currently there … Continue reading How To configure Node.js and Typescript into your environment to develop PowerApps Component Frameworks (PCF)

Enable “Send Direct Email” button in Unified Interface

Introduction “Send Direct Email” button allows to send an email to multiple recipients by using email templates. Also known as direct or bulk emailing. This feature was only available in Classic UI. Now, “Send Direct Email” button is also supported in Unified Interface. By default, the direct email feature is disabled. An administrator must enable the direct email feature. Enable … Continue reading Enable “Send Direct Email” button in Unified Interface