Hi,
I am trying to create a form with a gallery and a toggle control. The value of the toggle will change to true if the database qty matches with the textbox value. However, the toggle will only change right after clicking the submit button.
Database QTY = lblsystemcount.Text
Input QTY = textcountnew.Text
I can do it if I encode the formula in the Toggle Default property but it will immediately change the toggle value.
Requirement is for the toggle value to change only when button is selected or pressed.