Category: Power Apps
-

Easily Create a No Code API to Dynamics 365 Finance and Operations
In this video we will take a look at another easy to create integration with the power platform.
-

The Easiest Way to Create an Outbound Integration for Dynamics 365 Finance and Operations
A very common type of integration that we are asked to create for Dynamics 365 Finance and Operations is an outbound file integration. You might send a customer or vendor list to a third party system. Or you might send a transaction file to another system.
-

I hope this Power Automate Flow Fails!
Here’s a pretty neat trick that you can use to send the flow down a different path when an individual flow step fails.
-

Why I’m not using the Power Automate F&O connector anymore, and what I am using instead
I have been been frustrated lately with the Dynamics 365 F&O connector in power apps lately, but it turns out there’s a better way.
-

Power apps for beginners | Pass Company to embedded canvas app
In 10.0.19 there was a small new feature added when embedding canvas apps into Dynamics 365. It used to be that only one variable could be passed to a canvas app. Now we also have the ability to get the users current company.
-

Powerapps Upload File to D365 F&O
Using powerapps to upload a file to D365 F&O is a necessary skill to learn how to do.
-

Power Apps for Dynamics 365 – Filtering data based on users default company
When creating power apps for Dynamics 365 many times it is necessary to filter down to a specific company. The entities that are used from Dynamics 365 contain data for all companies. To give the user a consistent experience you should filter the data with the company
-

Create a Sales order using Power Automate | Power apps for Dynamics 365
Recently I was working on a canvas app solution, and part of that solution was being able to create a sales order in Dynamics 365 Finance and Operations. If you think about it this is an important skill when creating power app solutions for Dynamics 365. Inevitably you will be trying to invoice someone for…
-

Create a user notification in a power apps canvas app
In last week’s video we talked about creating a pop up dialog box in a power apps canvas app. This week we will take a look at a little bit simpler solution. There is a function called notify that we can use to send different types of notifications to the user. Take a look at…
-

How to create a popup in a PowerApps Canvas App
When creating power apps canvas apps the app maker needs to make sure to give the app user feed back on their use of the app. For example, if the user enters a wrong value or leaves a field blank they need to receive some sort of feedback on that incorrect action.