Update functionUse the Update function to replace an entire record in a data source. In contrast, the UpdateIf and the Patch functions modify one or more values in a record, leaving the other values alone.For a collection, the entire record must match. Collections allow duplicate records, so...
UpdateIf(Inventory, ProductName = ProductGallery.Selected.ProductName, {UnitsInStock:UnitsInStock-UnitsSold.Value}) 按F5,在库中选择一个产品,使用滑块指定一个值,然后选择该按钮。 所指定产品的库存单元数下降指定的数量。 反馈 此页面是否有帮助?
Thanks for the help, but my issue is that the column IsFolder is not delegable for my PowerApps application, that why I tought about creating a Option Column that I could delegate correctly: If I use the new column "FileType" (With two options, "Expedient" ...
UpdateIf(Inventory, ProductName = ProductGallery.Selected.ProductName, {UnitsInStock:UnitsInStock-UnitsSold.Value}) 按F5,在库中选择一个产品,使用滑块指定一个值,然后选择该按钮。 所指定产品的库存单元数下降指定的数量。 反馈 此页面是否有帮助?
UpdateIf(Inventory, ProductName = ProductGallery.Selected.ProductName, {UnitsInStock:UnitsInStock-UnitsSold.Value}) 按F5,在库中选择一个产品,使用滑块指定一个值,然后选择该按钮。 所指定产品的库存单元数下降指定的数量。 反馈 此页面是否有帮助?
UpdateIf(Inventory, ProductName = ProductGallery.Selected.ProductName, {UnitsInStock:UnitsInStock-UnitsSold.Value}) 按F5,在库中选择一个产品,使用滑块指定一个值,然后选择该按钮。 所指定产品的库存单元数下降指定的数量。 反馈 此页面是否有帮助?
ProductGallery.Selected.UnitsInStock 新增一個按鈕,並將其OnSelect屬性設為此公式: UpdateIf(Inventory, ProductName = ProductGallery.Selected.ProductName, {UnitsInStock:UnitsInStock-UnitsSold.Value}) 按F5 鍵,選取資源庫中的產品,使用滑桿指定值,然後選取按鈕。