Need help in updating master list
hi
I performed a patch to update Issue qty in master list with this code.
Patch(
Consumable_Master,
LookUp(
Consumable_Master,
Value(Dropdown1.Selected.'Item Code') = Value('Item Code')
),
{'Issue Qty': Value(DataCardValue6.Text) + Value(Dropdown1.Selected.'Issue Qty')}
);
problem is
Now I need to update on two criteria.one is lookup performed in the formula.
and another is Type (choice data type) =Issue.
If Type = Purchase it should update PURCHASE qty in master list.
please help in devolping the formula.