I’m very new to advanced prototyping and struggling with variables. I would like the Save button in a drawer to navigate to a different page based on a checkbox being checked or not. The checkbox is enabled based on a required field.
This is the flow I’m looking to accomplish:
- If the Name field has been entered, a checkbox labeled Add another is enabled and the user clicks the checkbox, clicks Save, then the drawer updates with a new entry to be filled out.
- If the Name field has been entered, the checkbox is enabled and the user does not click the checkbox, clicks Save, then the drawer closes.
- If the Name field has been not been entered and the checkbox is disabled, then the user cannot click Save.
Any help would be great. Thanks

