Can never quite get the syntax right when using the ForAll.
I want a button to be disabled if any of the rows of the gallery have the toggle value as false. I'm getting the Eof parenthesis error have tried various movings ! of brackets and text but just haven't hit on the right combination... no major red squigleys just a red dot..
This is on the display mode function of the button
ForAll(galchange.AllItems,
If(Toggle3.Value=false, DisplayMode.Disabled,DisplayMode.Edit)
TIA