Automation

 View Only
  • 1.  Input form - Conditional field Visibility and Required Constrain

    Posted May 08, 2024 09:55 AM
    == Input form ==
     
    1. How can I make a field Visible in the Input Form based on a different field value?
     
    If (var1 == "value 120") Then 'var2' field Appearance - Visibility = True
     
    2. How can I make a field Constraints - Required = True in the Input Form based on a different field value?
    If (var1 != null) Then 'var2' field Appearance - Visibility = True
     
     
    VMware Aria Automation Orchestrator 8.16.0 (23099535)
    Side note: I know that it was possible in the past but not with the latest version.
    Thanks!


  • 2.  RE: Input form - Conditional field Visibility and Required Constrain

    Posted 29 days ago
    1. click the ">" next to Visibilty under the Appearance tab and select "Conditional value" from the dropdown. Then you can add your expressions.
    2. click the ">" next to Required under Constraints tab and  select the "Conditional value" from the "Value source" dropdown and add your conditions

    See example below:

    Input form - Conditional field Visibility