Creative

How to Add Custom Pages in Model-Driven Apps

In this post, we will look at how to create Custom Pages in Model-Driven Apps and how they may be used to design Power Platform Applications. The model-driven app makes use of one of Microsoft Data verse’s standard tables. The custom page is a new page type within a model-driven app ...

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 delete file from SharePoint using Power Automate

Power Automate Introduction: In this blog, we’ll learn about using Power Automate to remove files from SharePoint. Here, we’ll look at utilising Microsoft Flow or Power Automate to delete files from a SharePoint folder.I have a SharePoint folder in this library, therefore we...

Creative

What are the Input Types in Power Automate

Power Automate provides us with different user input types like Text, Yes/No, File, Email, Number, and Date. Text files are used for string inputs. (eg: Name,Place) Yes/No is used for answering Yes/No questions. (eg: Are you an employee of the organization?) File is used for attachment of ...

Creative

How to use Delay in Power Automate

In this blog, we will learn how to use the wait timer in Power Automate. The flow can wait for a predetermined period of time before continuing to the next step by using the Power Automate Delay action. Now we’ll create a Flow that will wait one minute after the item is created in Sh...