Creative

Five Things to Do While Building Power Automate Flows

In this blog, we will see some very basic but important things to do while building Power Automate flows. There can be two scenarios in building Power Automate flows, one where you have a small approval flow which needs less maintenance, and a second where you have a very long flow which r...

Creative

How to Setup Dynamics 365 integration with SharePoint

In this blog, we will show how to setup dynamics 365 integration with SharePoint Navigate to Advanced Settings by clicking Settings (a cogwheel icon on the top right). Please make sure you are logged in as a user with Admin rights if you can’t locate this. Open settngs and select Sys...

Creative

How to use checkbox control in PowerApps

In this blog, we will show how to use checkbox control in powerapps. When a control is selected or deselected in Power Apps, the user can change its value from false to true. The user can specify a Boolean value with this well-known control, which has been used in GUIs for decades (true or...

Creative

How to calculate gallery items in Power Apps

In this blog, we will demonstrate how to calculate the sum of the gallery items within Power Apps. In other words, we’ll use Power Apps to compute the sum of the gallery items depending on item and item 2 showing below. We have a SharePoint list called Colorpicks with a variety of co...

Creative

How to use Power Apps Timer control with Examples

This Power Apps tutorial will walk you through numerous examples of how to use the Timer control within apps. PowerApps Timer Control The “Timer” function in Power Apps analyses how your software performs after a predetermined amount of time. Its duration property defines the l...

Creative

How to use Power Apps Notify Function with examples

In this Power Apps tutorial, we’ll go over a few real-world applications of the Notify() method in Power Apps. We will learn here how to use PowerApps’ notify function to display alerts and notifications in the apps. PowerApps makes it simple to create apps. Power Notification ...

Creative

How to use Patch function in Power Apps canvas app

Power apps patch function The Patch Function in PowerApps is used to change individual or multiple entries in a data source. PowerApps Patch, on the other hand, is used to update records in a data source without changing other values. This indicates that only the field value you gave in th...

Creative

How to create login screen in canvas app

Create a login page in canvas app Make a Power apps login screen with a Username field, Password field, and a Login button. To do so, follow the instructions below: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo....