Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
I have a list with a Name column. A form with text box and a button.
On click of a button on the form, I need to validate that text entered by the user in textbox is already present in the list or not.
If yes, then message to be displayed that the item is already present in the list.
does it have to be on a button click?
with calculated value and lookup() function you could perform the check instantly, everytime the value is changed.