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 / The specified column '...
Power Apps
Answered

The specified column '_' does not exist.

(0) ShareShare
ReportReport
Posted on by

Hello fellow PowerApps users!

 

In my application I'm trying to patch a SharePoint list using a button:

OnSelect:

Patch(
 'MyList',
 LookUp(
 'MyList',
 'Customer ID' = CustomerList.Selected.'Customer ID'
 ),
 {'Area/Departments':AreaDept_ComboBox.SelectedItems}
)

 

However, the app throws an error: The specified column '_' does not exist. The function 'Patch' has some invalid arguments. Well, Area/Departments column does exist in my SharePoint list. It is a Choice column I should mention.

 

Could you please help me with finding a root cause for this error? I have spent hours digging this forum and others for a solution and found none. Any feedback would be greatly appreciated.

Categories:
I have the same question (0)
  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @grim_mushroom,

    Have you tried to refresh the data source?

     

    Further, please check the following tips:

    1). Make sure that the Title column is not required

    2). Make sure that the Area/Departments column name is the real inner column name of the Choice column

     

    You could check the field name by the following step, go to list settings and select the choice column, within the address bar, you could find the field name at the end of the address

    vqiaqimsft_0-1688541545391.png

     

  • Verified answer
    grim_mushroom Profile Picture
    on at

    Hi Qi,

    thanks for your feedback.

     

    What I discovered during the testing is that Power Apps really badly works with a 'Person' type column. After changing it to the 'Text' type, the issue was gone. 

    Since I had multiple ComboBoxes, I listed them in the update argument of the Patch function one by one, not all in one.

    {'SP_Field0': ComboBoxName.SelectedItems},

    {'SP_Field1': ComboBoxName.Selected.DisplayName},

    {'SP_Field2':LabelName.Text},

    {'SP_Field3':DatePickerName.SelectedDate},

    ...

     

    Regards,

    grim_mushroom

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 1,070

#2
Valantis Profile Picture

Valantis 639

#3
11manish Profile Picture

11manish 608

Last 30 days Overall leaderboard