Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Sharepoint List field not updated when we force a default value in application

(0) ShareShare
ReportReport
Posted on by 2

Dear team,

 

I need to solve an issue I found in my app. I have a field to be updated with a default value for a new record. If I select the value from the dropdown it works, if I add the default value to the dropdown list it is not updated.

 

The field is a Datacard and DataCardValue

FAreArri_1-1680094726339.png

FAreArri_2-1680094809252.png

 

 

 

This is the column configured in the sharepoint list:

FAreArri_0-1680094591743.png

 

  • FAreArri Profile Picture
    2 on at
    Re: Sharepoint List field not updated when we force a default value in application

    The problem is the field is one lookup field and if we change the choice to point to get data from related table, the app is not updating with the selected values

  • NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on at
    Re: Sharepoint List field not updated when we force a default value in application

    Hi @FAreArri ,
    Please use the below code in DefaultSelectedItems property of DataCardValue control of lookup data card (combobox):
    { Value: LookUp(SampleLookUp,ID=3).Title, Id:LookUp(SampleLookUp,ID=3).ID }
    Here SampleLookUp is lookup list. "ID=3" is used to get value in title column of respective ID. 

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,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard