Calculating the difference between two Date/Time in PowerApps

Introduction: It is difficult to work with Dates, and there is no exception with PowerApps (Canvas App). Recently, I had to get the duration between two datetime value. Normally, this is a normal task to achieve and can be done quickly.... but you are wrong.  Calculating the difference between two Date/Time in hour/minutes format is…

Advertisement

How to handle Excel Dates in Cloud Flows/Power Automate

Introduction: Working with Dates can be problematic sometimes, and there is no exclusion with Power Automate. Recently, I had to get all the rows present in the Excel table. You will think that this is totally normal task to achieve and can be done quickly.... but you are wrong.  Everything will work except Date fields…

Delete file from SharePoint document library from Canvas Apps- PowerApps

Today, we will see how to delete documents from SharePoint document library through PowerApps. There are  several demand where the user wants to delete document from SharePoint document library directly from PowerApps. To achieve this, I am going to use Cloud Flows “Delete File” action. Solution: 1. Pass the "ServerRelativeUrl" from the PowerApps to Cloud Flows.…

View SharePoint Documents in Canvas Apps using Power Automate/ Cloud flows

There are several demand for surfacing documents in sub grids or having the ability to access documents saved on SharePoint from Dataverse through Canvas Apps. To achieve this, I am going to use Cloud Flows “Send HTTP Request to SharePoint” action. Solution: 1.I have a button on PowerApps which we will call the flow and pass the Guid of the record. Call…