I have a OnChange formula on combobox 1 to reset combobox 2 when changes are made.
i also have a check to verify if both comboboxes are filled before you can move to the next page.
when both comboboxes are populated, you are able to click the "Next" button.
however, when you make a change in combobox 1, combobox 2 is reset, but the "Next" button is still available.
the statement remains false (only when i manually, fill and remove an option it changes)
is there any way to interact this?