Forum Discussion
RenPNW
May 11, 2024Copper Contributor
Checking for duplicates
uPDATE- I was able to figure this out and the formula is working as expected. Thank you.
Hi,
I have a formula that is checking the sharepoint list for duplicates, the formula works great. My issue is - How do I limit that formula to the new form and not the edit form?
If(
!IsBlank(
LookUp('GOS Daily Log v24', (Title = Text(Self.Text))).Title
),
Notify("Duplicate Found", NotificationType.Error))
Any suggestions or advice will be greatly appreciated.
Ren
No RepliesBe the first to reply