Integrate Power Virtual Agent in Model drive App

Hi All ,In the following post I will show how to integrate Power Virtual Agent in Model driven App.  I have already created a Model driven App with some use cases for this and I am integrating this on my existing model driven app.1. Goto your Power Virtual Agent and click on Custom Website from the Channels.Copy the HTML Code .2. Now We need to create a web resource in our solution. Open your solution , click on New - Others - Web...

Import Data From XML

 Hi All , In the following post I would like to show how to do the Import data from XML to Data verse using Power Apps and Power Automate.I have defined my XML File like below and stored this file in SharePoint document library .<?xml version="1.0"?><catalog> <registration id="bk101"> <FirstName>PAUL KA</FirstName> <LastName>WHITE</LastName> <dob>2011-07-12</dob>...

Import Data from Excel to Dataverse using PowerApps

 Hi All , In this post , I would like to explain how Import the data from Excel to DataVerse(in my case) using Power Apps. I have defined one Excel file along with few columns and stored that excel file in sharepoint document library.Firstly I am fetching the values from Excel and passing this to PowerApps as an OutputPower Automate :Please find the below Power Automate steps at high level ,Add List rows Present in table...

Export to Excel in PowerApps

 Hi All ,In the following post , we will see how to export DataTable / Gallery  data to Excel from the PowerApps.For this I am calling a Power Automate from Power Apps by passing the Name of the File and file Content. On Click of the button Power Automate will be called and It will create the file in SharePoint document library with the mentioned file name which we passed as parameter while calling power automate and the file...

How to reuse your code in PowerApps

Hi All , From version 2.0.702 we have a new function called Select(), which allows you to select (i.e. press/click) another control on the same screen or in the same container (i.e. a gallery’s template). This means that you can set the OnSelect property of a hidden label (MyLabel) with some series of actions (i.e. reusable code), and then initiate these actions from any other control by using Select(MyLabel). ...

Components in PowerApps

                                          Coming Soon ...

Portals using PowerApps

Hello Everyone , Have you ever thought that soon we are going to build Portals using Power Apps? Yes, you are right .We can create responsive Portals using low code PowerApps for the external/internal users. Organizations can share Portals with external users either anonymously or through login provider like LinkedIn, Microsoft Account and other commercial login providers. We can also integrate Enterprise login providers using industry standard protocols like SAML2, OpenId Connect and WS-Fed. Employees can connect...

Column formatting in modern list view

Hi All, Column formatting is used to customize how fields in SharePoint lists and libraries are displayed, For this we need to construct JSON Object that describes the element that are displayed when a field is included in List/Library View . Column formatting does not change the data , It only changes how it is displayed to users . For the demo purpose I have created below list and changed the column’s formatting as below . NOTE...