I have a formula that works. It will activate a button if one radio button in my gallery is selected, but I can't figure how to disable it until all gallery item's radio buttons
This works, but only until the first button is selected. How do I make it change to edit mode only after all items in the gallery are selected?
If(IsBlank(UnregisterReasons.Selected), DisplayMode.Disabled, DisplayMode.Edit)