Hello Everyone,
Hope you are well!
Please could i have some assistance, i am trying to change a text input based on a checkbox being ticked within my gallery and then a button being pressed.
I have used the below OnSelect of my button 'set to leaver', but it doesn't seem to be working / doing anything.
If(Checkbox1.Value = true,TextInput3.Text = "Leaver"); Notify("This Record will be removed overnight - status set to leaver",NotificationType.Information,5000)
Any help is very much appreciated.
Many thanks
Chris