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 / Enable field for Edit ...
Power Apps
Answered

Enable field for Edit in form edit mode

(0) ShareShare
ReportReport
Posted on by 258

Hi,

 

As an example, I have 2 fields as Field A & Field B. Record a value for field A is required and field B is optional. When open the edit form, need to enable edit the Field A if only Field B is blank. If the Field B also has a value Field A cannot be edit.

 

Can you suggest me how will be the IF function for display mode of Field A? Field B is a people/group column in sharepoint.

 

I tried using following and it's not worked.

 

For field A, display mode

If(IsBlank(DataCardValue8.SelectedItems),DisplayMode.Edit,DisplayMode.View)

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

    Hi @sachk1 ,

     

    The problem in your original formula is the SlelectedItems property represents a table, which cannot judge by IsBlank properly. If this person Combo box allows multiple selections, please try below instead:

    If(IsBlank(First(DataCardValue8.SelectedItems).Email),DisplayMode.Edit,DisplayMode.View)

     If it allows single selection, use below:

    If(IsBlank(DataCardValue8.Selected.Email),DisplayMode.Edit,DisplayMode.View)

     

    Best regards,

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 633

#2
11manish Profile Picture

11manish 588

#3
Valantis Profile Picture

Valantis 457

Last 30 days Overall leaderboard