๐Ÿ™ˆComponent Visibility

In some forms, you may want to show an input or view component based on the data entered in another input. Here is an example of how you would do it on Utilize,

  1. Expand the configuration of the input/logic that you want to change the visibility of.

  2. Enable the "Visibility Logic" toggle.

  3. Select the property and the condition based on which you'd like to show the component.

On the Details (View One Item)/Form (Update One Item) screens, you can also show/hide logic based on the current item's data.

User input vs Current row based visibility

An "Form (Update One Item)" screen can both show the current row's data and update it. This means you can configure the component visibility based on either data already present in the row or what the user inputs.

Same property shown in two different components

Last updated