Skip to main content

Notifications

Community site session details

Community site session details

Session Id : qvP2YDdcDD0bNM3rOb3QI3
Power Pages - Customize & Extend
Unanswered

Web templates as components - Define data input types

Like (1) ShareShare
ReportReport
Posted on 31 Mar 2025 03:38:04 by
I'm looking into creating custom components for Power Pages, using the Microsoft guide here: link.
 
My issue is that I want to display parameters in the Power Pages Studio UI as different data types (i.e integer, string, lookup), but it seems like this is not currently supported.
{% manifest %} 
    { 
    "type": "Functional", 
    "displayName": "Data Cards", 
    "description": "This component displays data using a cards layout", 
    "tables": ["cards"], 
    "params": [ 
        { 
        "id": "title", 
        "displayName": "Title", 
        "description": "Heading for this component" 
        }, 
        { 
        "id": "count", 
        "displayName": "Count", 
        "description": "No. of items to be displayed",
        // Ideally define input type here as well for integer
        }] 
    } 
{% endmanifest %} 
 
 
I know it's possible to convert the string into the data types I am seeking from what the user to be inputted, but ideally to improve user experience I want limit what they can provide.
 
Is there any way to achieve this?
Categories:
  • Michael E. Gernaey Profile Picture
    38,427 Super User 2025 Season 1 on 04 Apr 2025 at 06:30:09
    Web templates as components - Define data input types
    Hi 
     
    Did you ever get this resolved? Or do you still need help?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,513 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,688 Most Valuable Professional

Leaderboard

Featured topics

Loading started