Reputation: 143
I would like to reset my toggles after on changing the drop down list item.
I have already tried to create a variable in the Toggle Reset, but there is still error...
UpdateContext({ResetToggle:true})
I would like to on change the item in drop down list to be able to reset toggles, but, my Toggle reset does not work.
Please look at the images below.
Upvotes: 0
Views: 3119
Reputation: 149
Are the controls on the same screen? I mean the dropdown and the toggle button. Because if they are not, then it will not work because the ResetToggle you used is a contextual variable. You can however share the picture of the error notification you are getting on the Toggle button formula bar.
Upvotes: 1