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 / Unrecognized column wh...
Power Apps
Answered

Unrecognized column when Update Gallery field

(0) ShareShare
ReportReport
Posted on by 6

Hi, 

I have a clone collection "OrderCollection" from "Menu" Data verse Table, with added column "Quantity"

 

 

ClearCollect(OrderCollection, 'Menu');
AddColumns(OrderCollection, "Quantity", 0);

 

 

I have a Gallery with "OrderCollection" DataSource, Quantity is visible in the Gallery.

I need to update the quantity once a button is pressed

Icons.JPG

I am using patch function

 

 

Patch(
 OrderCollection,
 LookUp(OrderCollection, ItemId = ThisItem.ItemId),
 {
 Quantity : ThisItem.Quantity + 1
 }
)

 

 

But i get the below error message:

 

error.png

 

If i use any other field, it is working perfectly, please help me and let me know what i am missing here.

 

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

    Hi @ehabzag 

     

    The reason for the problem is that when you use AddColumns the new data is stored in a virtual table.
    You can create a new collection to save the data after AddColumns.
    Set the Gallery's Items property to the new collection.

    vliweimsft_0-1670226902047.png

     

    Best Regards,

    Levi

     

  • ehabzag Profile Picture
    6 on at

    Thanks @v-liwei-msft 

    It is now working perfectly

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 494

#2
WarrenBelz Profile Picture

WarrenBelz 352 Most Valuable Professional

#3
11manish Profile Picture

11manish 323

Last 30 days Overall leaderboard