How do I Auto-check Check-boxes?

How do I Auto-check Check-boxes?

Comments

  • Im trying to build a checklist-type application. The idea is that there would be multiple rows on a Form, each with a check-box, some text and a button. Upon clicking the button, a sub-form is launched and the user has to complete the subform. When the subform is completed, Id like to transfer confirmation of the completion back to the main form. The check-box corresponding to that action on the main form would automatically be checked if the task has been completed.

    Can you advise on how I might accomplish this?

  • Per my understanding, youre using [url=https://documentation.decisions.com/docs/sub-dialog-data-flow]Sub Dialogs[/url] to launch Flows on click of a Button. To achieve your requirement, you can define an Output on your End Step which returns a True value on a Boolean field. The check-box on your Main Form will be listening to this Data name and will auto-check itself when the Sub Dialog Flow is completed.

    Ive attached a Project for your reference.

    Let me know if you have any questions.

Sign In or Register to comment.