Thank you mam ,your video helped to count number of items in gallery If(CountRows(Filter(TableName,Columnname=Gallery.Selected.Columnname))=0,NewForm(Form4);UpdateContext({_showModal:true})) ------------This code is written on onselect property of gallery 🤩
Thanks for video but what about if we have more than 500 record in this filter? Can you explain delegation? I would like to make same thing in 4000 records.