Multiple values in form

Hi, how to please prevent to multiple values of same type in form for PUBLIC app

for Name (already used)
Location (you cant fill the form because same Lat/Long)
Email (is it also possible to identifiy email without USEREMAIL() ? > by some trick with same text ?

Solved Solved
0 5 310
  • UX
1 ACCEPTED SOLUTION

3X_f_6_f6f9fc333f929a750d57a9b04bc8491787ea7d1d.png

Try in Valid If expression for the Location column::

(DISTANCE([_THIS], HERE()) > 1.0)

View solution in original post

5 REPLIES 5
Top Labels in this Space