Posts

Develop Powerapps from the Scratch - Series2/3

Image
Hi All, Here again with the Series 2. You can check out my previous series to contextually understand this one.  Alright let’s get STARTED Data source Product Title aka review Title Review Description Rating Product 1 P1-Review 1 Long text… 5 Product 1 P1-Review 2 Long text… 4 Product 1 P1-Review 3 Long text… 2 Product 2 P2-Review 1 Long text… 4 Product 2 P2-Review 1 Long text… 1 Product 3 P3-Review 1 Long text… 5 Product 3 P3-Review 2 Long text… 1 Product 3 P3-Review 3 Long text… 3 Product 3 P3-Review 4 Long text… 5 Update Data source Updated the SPList with the new column and value to support current series. Whenever modified we can refresh the data source explicitly Adding Interaction Add dropdown control from the ri

HTML field & Date Time formatting in powerapps

Image
Hi All, When i dig around powerapps found an interesting control called HTML field. the potential of this control is enormous based on the scenario lets see couple of examples. 1. Formatting Datetime Go to insert -> Text=>HTML Text Insert the control in the list view Add the below in the formula box Concatenate(" < div style = 'height:100%;width:100%;padding:1px;background-color: #418bca;border-right: 1px solid #fff;float:left;' > < div style = 'position: relative;text-align: center;color: #fff;font-size:20px;padding:0px 3px;' > ",Text(DateTimeValue(Text(Modified)),"dd")," < h4 style = 'margin: 5px 0 0 0;color: #fff;text-align: center;' > ",Upper(Text(DateTimeValue(Text(Modified)),"mmm-yy"))," </ h4 > </ div > ") i.e. Concatenate(" < html > ",Text(DateTimeValue(Text(Modified)),"dd")," < html > ")  Output Note :

Develop Powerapps from the Scratch - Series1/3

Image
Hi All, Hi, Recently I got a chance to work on a couple of high profile PowerApps. I would like to share my experience. Planning to have a series here, this series contain how to  Create, customize and share the powerapp. I am taking product review as the scenario. Lets get started. First things first Setup datasource I am going to use SharePoint list as my datasource. Below is the list schema Title Review Description  Rating Product 1 Some Description 1 5 Product 2 Some Description 2 4 Product 3 Some Description 3 3 Note : click here  for more available connections Build Powerapp from the scratch Go to https://create.powerapps.com/ and authenticate Select a blank app to start it from the scratch Establish connection Go to ribbon and select content->Data Source Then it will list the available services click SharePoint and ente