Hi All
I try to Use Patch for LookUp In my power app
My SP List is 'Store Inventory' Column is StatusCode with LookUp Tow Choices (On Hold and Done).
I use Patch as below but it is working Only with first Item In my list even i used with another filed but the changing Happened with the first filed that his ID = 1
Patch(Store Inventory
LookUp(Store Inventory, ID= 1)
, {
StatusCode: {Value: "On Hold"}
}
)
regards