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 / Powerapps for Teams: D...
Power Apps
Answered

Powerapps for Teams: Default value in a dropdown field in within a card

(0) ShareShare
ReportReport
Posted on by

Hi

 

In a powerapp I have a card called 'Hire'. The card contains a dropdown field.

 

The card and dropdown field are linked to a column called Hire in a dataverse table. The column in the table is a Choice field with two options On/Off.

 

The result I would like to see in the powerapp forms is: If no data has previously been entered then On, else the value from the dataverse table record.

 

I have tried using variations of a formula like this, but cannot get the result I need 

 

If(IsBlank(ThisItem.Hire),LookUp(Choices(Hire),Value=Hire.On,ThisItem.Hire))  I have also used Parent.Default in the If statement, used just the Lookup part of the formula in DefaultSelectedItems...

 

I am sure I must be nearly there, please can anyone offer some help to get me over the line!

 

Many thanks

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @dpotta :

    Please try:

    If(
     IsBlank(ThisItem.Hire),
     Filter(Choices(Hire),Text(Value)="On"),
     [Parent.Default]
    )

    vbofengmsft_0-1647572904776.png

     

    Best Regards,

    Bof

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 483

#2
WarrenBelz Profile Picture

WarrenBelz 399 Most Valuable Professional

#3
11manish Profile Picture

11manish 327

Last 30 days Overall leaderboard