Gowtham Rajamanickam

Friday, 22 August 2025

Power Apps – Manage Public System Views with Security Role

Friday, August 22, 2025 0

 

Microsoft has been continuously enhancing Power Apps and the overall Power Platform experience for both makers and administrators. One of the latest improvements that went generally available (GA) on August 15, 2025, is the ability to manage access to public system views using security roles.

This update is a game changer, especially for organizations that rely on model-driven apps in Dataverse and want more control over what users see on list views.

Wednesday, 6 August 2025

Dataverse Gets Smarter! Introducing Prompt Columns in Power Platform

Wednesday, August 06, 2025 0

 Hello friends! πŸ‘‹

If you're working with Microsoft Power Platform, especially Dataverse, here’s a cool update you should know about – a new column type called "Prompt" is now available (in preview as of writing this post).

Friday, 18 July 2025

πŸ” Power Pages: Fetch Data from a Dataverse Table and Display Using Liquid Template

Friday, July 18, 2025 0

In this blog post, we’ll explore how to fetch data from a Dataverse table (for example, Job Application) and display the records right on the Home page of your Power Pages site using Liquid templates.

This is a common requirement in real-world Power Platform projects where you need to display dynamic data like upcoming events, announcements, or courses on public-facing pages.

πŸ” Power Pages: Display Current Logged-in User’s Full Name Using Liquid template

Friday, July 18, 2025 1

Hey developers! πŸ‘‹

Working on Power Pages and need to personalize the experience for your users? One quick win is displaying the currently logged-in user’s full name on the web page.

In this article, I’ll show you how to use Liquid templating language in Power Pages to show the logged-in user’s full name using the handy user.fullname property.

Thursday, 17 July 2025

🌐 What is Page Template in Power Pages and How to Create a New Page Template in Portal Management

Thursday, July 17, 2025 0

 

Power Pages (earlier known as Power Apps Portals) has become one of the go-to low-code solutions for building secure, data-driven websites. Whether you're creating customer self-service portals, partner portals, or internal sites — page templates play a very crucial role.

In this blog, we’ll understand what a Page Template is in Power Pages, why it matters, and how you can create your own custom page template using Portal Management app.