Hello Everybody,
I am updating a SharePoint list using the code below and this works.
Patch(RCAData, LookUp(RCAData, BatchID = DataCardValue16_2.Text && WaferID = DataCardValue28_2.Text),
The issue I have is it's possible to have duplicate entries in my list and this is a feature I want.
When I try to update the second entry then it updates the first entry instead, as I haven't specified which one to select. The update will always be for the last entry, so I want to do by date order. Can anyone advise the code for this and still keep the lookUp code for BatchID and WaferID.
Thank you in advance.
Rob