Thanks for your feedback (YET) @ eservent
Yesterday we put in place the same rules (for all INPUTS in a form) as the display of the tabs for :
- Constraints> Required> Conditional
- Constraints> Value> Conditional
and we added an INPUT in all our actions. This input is blank/null when the user launches the XaaS:
External value:
INPUT: operatingSystemSelector
Block script in vRO Action:
// quick path in case the arg in null
if (operatingSystemSelector == "" || operatingSystemSelector == null) {
return ["Please select an operating system in a first page."];
}
We went from 28 seconds of loading to 11 seconds.