Skip to main content
Nintex Community Menu Bar

Validate if value is present in list or not on click of a button

  • March 7, 2019
  • 1 reply
  • 8 views

Forum|alt.badge.img

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. 

1 reply

Forum|alt.badge.img+14
  • Scholar
  • March 8, 2019

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.