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 / Forms auto populate a ...
Power Apps
Answered

Forms auto populate a field based on another fields dropdown selection

(0) ShareShare
ReportReport
Posted on by 56

Hi,

 

I am new to power apps and trying to work my way through a basic app for submitting requests. The ultimate aim is for this to feed into planner using automate. One function I would like to take advantage of is planners priority system. It works off numbers, where specific numbers refer to the level of priority.

 

In my forms I have a dropdown for urgency. I want this to auto populate another field based on what is selected, where I can use the numbers that correspond in planner. The priority number field will be hidden so the user will not see this. 

 

Can someone help me with the formula please and where to put it? I have been trying to use IF statements with field names to try get it to work, but I can't, and put it in the 'update' section of the data card. 

 

chris_scott_0-1712043360152.png

Priority Field is Priority_DataCard4, but Priority (Priority0) under thisItem list.

Priority Number field is Priority_DataCard1, but Priority Number under thisItem list.

Categories:
I have the same question (0)
  • Verified answer
    Ami K Profile Picture
    15,685 Super User 2024 Season 1 on at

    @chris_scott - in the Update property of Priority_DataCard1, you can use. 

     

    Switch(
     Dropdown1.Selected.Value,
     "Urgent",
     1,
     "High",
     2,
     "Medium",
     3,
     "Low",
     4
    )

     

    I understand that this DataCard will be hidden, but if you want to display the priority number for testing purposes, you can apply the above to the Default property of the Text Input control instead.

  • chris_scott Profile Picture
    56 on at

    Thank you!

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
Haque Profile Picture

Haque 103

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
wolenberg_ Profile Picture

wolenberg_ 67 Super User 2026 Season 1

Last 30 days Overall leaderboard