Display Logic

With display logic, builders control what is shown on an application so the end-user only sees the information, or controls, they need it.

Use display logic to:

  • Disable/enable a button until a user completes a specific action
  • Show a component based on a user action like entering data, submitting a form, etc.
  • Make a “Submit” button color dependent on the submission success
  • Hide input fields for a specific user type
  • Render a data component by screen size across multiple layouts in the same page.