Hello!
Is it possible, when adding some value through the Form, to immediately check the presence of this value in the table? To avoid duplicates.
Formula like:
Not(Table.Filter(ID.Contains(CurrentValue).Count()>0))
does not work.
Hi @Givi_B
This formula (for a checkbox for example), will show you quickly which row appear several times (based on ID value)
Is that what you want ? I added it directly inside your doc
Please let me know,
Cheers,
Quentin
Yes, this will help sometimes, but here I want to generally prohibit entering text or a number if it is already in the database
Hi @Givi_B
Did you have a look on that ? Cheers
Hi, That helped! Thank you!
I don’t know yet how much this will slow down a large database, but it works great now!


