knowledgecenter-breadcrum

Knowledge Center

14 Mar, 2022

Prepopulate Option set Field value in PowerApps Portal [No Code]

Posted on 14 Mar, 2022 by Admin, Posted in PowerApps Portal

Prepopulate Option set Field value in PowerApps Portal [No Code] Blogs

Prepopulate Option set Field value in PowerApps Portal [No Code]

Introduction: In this blog, we will understand how to Prepopulate option set field value in PowerApps Portal using basic form metadata.

Use Case: Let’s say whenever a user creates a new case from the portal, the Case Type should be prepopulated as Problem.

Steps to be followed:

  1. Go to “Portal Management App”
  2. Go to Basic forms, select and open your form.
  1. Go to “Basic Form Metadata” and click on “+New Basic Form Metadata”.
  1. Enter below details:
  • Type: Attribute
  • Attribute Logical Name: Select Case Type from drop down.

Go to Prepopulated field section

  • Select Type as Value.
  • Enter the value of Option set.

(Note: Value of Problem option is 2.)

  1. Save and close the record.
  2. Go to Portal to see the changes.

Comment

This is a Required Field

Loading

Recent Updates

Blogs
31 Mar, 2026

Debugging Power Pages Server Logic Using Visual Studio Code

Power Pages Server Logic allows developers to execute secure backend JavaScript directly within Power Pages. It is commonly used for…

READ MORE
Blogs
31 Mar, 2026

Create and Deploy a Single Page Application (SPA) in Power Pages

In this blog, we’ll build and deploy a Single Page Application (SPA) using React + Vite and host it on…

READ MORE
BuildAndDeployPCF_Thumbnail.png
Blogs
25 Mar, 2026

Build And Deploy Your First Dataset PCF Control In Dynamics 365

Introduction In Dynamics 365, subgrids are commonly used to display related records, such as Opportunities under an Account. While out-of-the-box…

READ MORE