How To Use Set Error In OmniScript

–: In this post we create a Set Error for if we fill wrong data than its throw error . 

 Step :– 1   Create new omniscript. first is text field for name input and second is option.

work = if we not fill Full Name && type both at a time it will throw Error. 

omniscript
In omniscript for input field form review tab

Step :– 2  Drag a set error and add element error map.

Set Error
Element Error Map

add conditional view in set error  if type = car && fullname = null

Set Error
Conditional View In set error

Step :– 3  On Preview Tab – if Full Name  =  Null, Type = Car its throw error after click next Button. 

OmniScript
On the Preview Tab

Step :–4  After give correct data from Preview tab it navigate on next step

Preview Tab
Preview Tab Give Correct Data
Scroll to Top