Posts

Showing posts with the label Powerapps

Create multilingual app in PowerApps

Image
Man-o-Man PowerApps has been increasing its feature ever since they launch it. Now it can do more than what it does in the past  quarter . If you are interested check out my Step by step PowerApps series from here . How to develop multilingual control in PowerApps First step starts from Excel Set it as a table like below          Create another table for Language drop down: Now, Back to PowerApps development tab. Then go to Insert->Data source->Click              Create your screen and control design in my case i have Home & Choose Language screen   Configure "ChangeLanguage" to read the translated values dynamically. repeat the steps for other controls which are intended for translation Now, Select "Home screen" and configure translated text for the respective controls Select "Change Language" button and do the following to navigate to Language selection screen Finally Run the

Develop Powerapps from the Scratch - Series3/3

Image
Hi All, Here again with the final series 3. You can check out my previous series to contextually understand this one. Develop Powerapps from the Scratch - Series1/3 Develop Powerapps from the Scratch – Series2/3 All Right 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 View Review Screen Add a new screen and rename it to “screenViewReview” or you can “duplicate” the existing scr

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