Hello, its me again. I cant seem to fix the function. I am creating a shopping cart.
here is my function: ForAll(Gallery1_1.AllItems,(Patch('Master Transfer Request Form - Order List',Defaults('Master Transfer Request Form - Order List'),{ItemName:ThisRecord.ItemName, ItemType:ThisRecord.ItemType, Unit:ThisRecord.Unit, Quantity:ThisRecord.Quantity}))
And the error message is: Unexpected cahracters. The formula contains ParenClose where Eof is expected. This Error occurs if, for example a formula contains {Val@ 7} instead of {Val: 7}. When you set a variable the syntx requires a colon instead of an at symbol.
Please see attached screen captures. Thank you!