web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Add a sharepoint choic...
Power Apps
Suggested Answer

Add a sharepoint choice field as a radio button with default value

(0) ShareShare
ReportReport
Posted on by 103
Hi, I've a Sharepoint list with choice column Status.
This column has a default value Pending.


In Power Apps I want to create form with radio instead choice. 

But when I save and publish apps to sharepoint, I try to add new item to the list I can't see my default value (Pending)

How can I add it to the radio?
Categories:
I have the same question (0)
  • ronaldwalcott Profile Picture
    3,862 Moderator on at
    Try something more like
    If(
        EditForm1.Mode = FormMode.New,
        { Value: "Pending" },
        Parent.Default)
     
  • Suggested answer
    Garima_PowerPlatform Profile Picture
    170 on at
    Try this

    If(
        IsBlank(ThisItem.Status), 
        "Pending", 
        ThisItem.Status
    )


    Set the DataCard Update Property: update property of the DataCard for the Status field in the form should be set to the selected value of the Radio control so that the value gets saved when the form is submitted:

    RadioStatus.Selected.Value
     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard