Hi,
I want to patch column 'Masuk Apps' which has the same 'No. PO'.
I used this formula,
Patch(
'Recap SOW',
LookUp(
Filter(
'Recap SOW',
'No. PO' = ThisItem.'SO/PO/WBS'
),
'No. PO' = ThisItem.'SO/PO/WBS'
),
{'Masuk Apps': "Proses sudah dilewati"}
)
but, cant work. Can anyone help me? Thankyou!