OGL Step Condition Configuration to Restrict Submit Until ‘OK’ Click
In Oracle Guided Learning
, we have a requirement to ensure that users must click the ‘OK’ button before proceeding to the ‘Submit’ action. Since OGL does not natively disable UI elements, how can we configure step conditions to control the user flow and ensure the Submit step is only accessible after ‘OK’ is clicked? Specifically, what condition type and configuration should be added in the step conditions (e.g., element state, visibility change, or custom variable) to achieve this behavior?”
0