Hi all,
I have an appsheet form on which I need a field to be reset to the initial value immediately when the user changes the value of another field. This must happen immediately, not when the row is saved, so I can't rely on the _THISROW_BEFORE <> _THISROW_AFTER test.
Any suggestions much appreciated.
Dave
Solved! Go to Solution.
Put an Editable_If formula on your field A. ISBLANK([_THIS])
What this will do is LOCK in the value set in A on the form. If the user wants to change the value of A, they will need to cancel the form and open it again.
It forces the user to take time on choosing the initial selector field and then you can present a list of choices for field B or something like that.
It's just a suggestion 😊
User | Count |
---|---|
17 | |
14 | |
8 | |
7 | |
4 |