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":
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
202 | |
173 | |
62 | |
32 | |
31 |
User | Count |
---|---|
329 | |
268 | |
104 | |
72 | |
56 |