Re: Highlighting multiple rows in Gallery
Hi @Pstork1 ,
This is what i am using for this, kindly providing by @CNT on a separate topic thread.
In the OnVisible of the Screen,
Set(varText, Blank())
In the OnSelect of the button 'set to leaver',
If(Checkbox1.Value = true, Set(varText, "Leaver")); Notify("This Record will be removed overnight - status set to leaver",NotificationType.Information,5000)In the Default property of the TextInput,
If(IsBlank((varText), Gallery1_1.Selected.Status, varText)
Many thanks for looking at this,
Chris