== 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!