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 / Column value not getti...
Power Apps
Suggested Answer

Column value not getting retained in EditForm ComboBox

(0) ShareShare
ReportReport
Posted on by 112
I have a powerapps newform with single line of text column in backend. In Powerapps form, this is a combobox and the value gets saved successfully in backend when submitted.
 
In EditForm, the value gets set successfully and can be seen, however while submitting the form, it throws validation error saying the JobType is required. May i know why?
 
NewForm JobType Items
SortByColumns(Type,"Title",SortOrder.Ascending)
NewForm JobType Update
ComboBox1.Selected.Title
EditForm JobType Items
SortByColumns(Type,"Title",SortOrder.Ascending)
EditForm JobType ComboBox DefaultSelectedItems
{Value:ThisItem.JobType}
EditForm JobType Update
ComboBox1_1.Selected.Title
 
I have the same question (0)
  • Suggested answer
    vipuljain03 Profile Picture
    675 Super User 2026 Season 1 on at
    Hi. The issue is because of the structure/schema mismatch in DefaultSelectedItems of the ComboBox in your EditForm. Your backend column is a Single line of text, but your ComboBox Items are coming from a table (Type) having column Title.
     
    Change DefaultSelectedItems to: LookUp(Type, Title = ThisItem.JobType) / [LookUp(Type, Title = ThisItem.JobType)]
  • Suggested answer
    Kalathiya Profile Picture
    2,139 Super User 2026 Season 1 on at
    Hello @Poweruser32490

    DefaultSelectedItems must also receive the same JobType record structure as the ComboBox Items property returns. If the DefaultSelectedItems property and items property not same then it will not show default selected. 

    Please try below things:

    LookUp(Type,Title=ThisItem.JobType)
    ------------------------------------------------------------------------------------
    Glad it helped 🙂
    If this fixed your issue, just tap “Does this answer your question?” so others can find it easily.
    A Like 👍 is always appreciated, and I’m around if you need more help @Kalathiya

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 834

#2
Valantis Profile Picture

Valantis 533

#3
Haque Profile Picture

Haque 410

Last 30 days Overall leaderboard