Do when condition

So there is a field named confidence in my database that holds nummber from 0 to 100 and how do you use “do when conditon” that lets me dispaly somethinng when it exceeds the threshold and other things if it does not? Or is there any other way…

Use a database trigger, to trigger workflows when a record is made on confidence field.

When DataType’s ConfidenceNumber is > number it needs to exceed

Then for the under “Select Property to change if true” select “This element is visible” and have the check box checked.

Keep in mind on the layout tab if you do not want the element to display automatically you need to have “this element is visible on page load” unchecked and probably want colapse when hidden to be checked.