hi everyone, im encountering an error in patch function which says this type of the argument does not match the expected type record. found type table. would like to ask for your expertise as i am fixing this for hours now.
below is the formula. ExpenseType is a gallery field which is a combo box and i want to patch it to my SP list column which is a choice column.
i tried the {value:expensetype} since that is what i found on google but not working. thanks a lot!
ForAll(PCVCollection,Patch('PCV Detail',Defaults('PCV Detail'),{Particulars:Particulars,Amount:Amount,
PCVID:PCVMaster.LastSubmit.ID, ExpenseType:{Value:ExpenseType}}))