I have a nested if-statement for the Default value for a toggle that is checking the value of a couple of local variables as well as the value of another toggle. I cannot seem to get the toggle to update to true when the other toggle is updated to "true"
I am setting the Default value in the target toggle (NotifyAppCustodian) to:
If(isReset,false, isResetNameChange, false, SoftwareAppChanges_Value.Value=true, true, Parent.Default)
However, when I change the SoftwareAppChanges toggle to true, the NotifyAppCustodian toggle does not update to true...the rest of the formula works. I am getting a notification on that highlighted part of the formula that says:
Solved! Go to Solution.
I solved the issue fairly simply.
I added the following to the OnCheck property of the source toggle, "Software App changes":
And then added the following into the if-statement of the Default property of the destination toggle, "NotifyAppCustodian":
I solved the issue fairly simply.
I added the following to the OnCheck property of the source toggle, "Software App changes":
And then added the following into the if-statement of the Default property of the destination toggle, "NotifyAppCustodian":
User | Count |
---|---|
254 | |
252 | |
82 | |
45 | |
27 |
User | Count |
---|---|
350 | |
267 | |
127 | |
61 | |
58 |