Skip to main content
Nintex Community Menu Bar

I want to Check if a specific value exist in my Smartobject

  • May 21, 2022
  • 1 reply
  • 45 views

I'm working on a QRcode Verification on my form and want to be able to know if a value ABC/154 on column "Permit Number" exists on the SMO, If it does, it passes. if not it fails. 

 

How do I implement that on the form?

1 reply

  • May 22, 2022

Execute Smartobject rule passing the value as input, save the return result to DataLabel. Build your validation rule around the DataLabel. Use conditions if DataLabel contains a value then do X else Y.

 

HTH

Vernon