Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
On-Demand Instant Flows within Model-driven Apps

In our previous post, we created two Power Automate flows to generate a Microsoft Word document when a record in the Service table was marked as complete: Splitting this functionality into two flows allows us to write another flow that calls the G...

Peter Farrell
Like (0)
Mail Merge – Document Generation with Power Automate

A common feature of many customer relationship management (CRM) systems is the ability to generate documents by combining a record (or multiple records) with a standard template. Consider the scenario where a doctors surgery issues letters to pati...

Peter Farrell
Like (0)
Creating Custom Pages for Model-driven Apps

In our last post we created a custom connector to read data from our Market Vehicles API. We updated our existing scheduled Power Automate flow to use our new connector, but now we look into how we can integrate it into our model-driven and canvas...

Peter Farrell
Like (0)
Working with APIs Part 2: Creating a Custom Connector

In our last post we created a test API using Mockaroo and then integrated it into our LaRusso Autos solution with a scheduled Power Automate flow that sends a weekly email based on the output from our API (see more on scheduled flows in this post)...

Peter Farrell
Like (0)
Working with APIs Part 1: Creating a test API

What is an API? The short answer is that it’s an acronym for Application Programming Interface – but what does that mean, and how can we use APIs in our Power Platform projects? APIs provide the mechanism for sharing data and/or functionality acro...

Peter Farrell
Like (0)
Building Canvas Apps Part 5: Working with larger datasets – Pagination and Filtering

In our last post we learned how to use Power Automate Instant flows to fetch data for our Vehicle Servicing app. We didn’t set any limit on how many rows could be returned from our flow on the basis that it would return only those Service records ...

Peter Farrell
Like (0)
Building Canvas Apps Part 4: Filtering Datasets and Delegation with Power Automate

In our last post we took more control of the look and feel of our canvas app, using custom controls instead of Forms to improve the look and feel of our application. As outlined, this imposes more responsibility on the developer for building the u...

Peter Farrell
Like (0)
Building Canvas Apps Part 3: Custom Forms, Containers and Patching

In our last post we built a very simple canvas app using Forms, Galleries and our Service table. Forms are one of the quickest and easiest ways to build a simple CRUD application (Create, Read, Update, Delete), but they lack something in visual fl...

Peter Farrell