Making a Modal automatically close based on a checkbox
Hello,
I have a requirement to prevent the Next Stage Modal from appearing when a particular checkbox is checked on said modal display. In my research I discovered that in order to progress the stage while also skipping the modal I'd need to Either
A. Autosubmit the Flow Action. (Issue is that there is no AutoSubmission Option for Flow Actions)
or
B. Create a When condition Under the Actions Tab that is checked On Load that Saves the Flow Action Immediately (Issue is that On Load Action has additional required properties that prevent me from using it properly)
I'd prefer to avoid HTML, Java, or Javascript and use ootb features from Pega. Are there any solutions to this problem?
***Moderator Edit-Vidyaranjan: Updated Platform Capability***