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

  • 21 May 2022
  • 1 reply
  • 24 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

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


 


 

Reply