Hi Team,
I am using a gallery, I have 2 buttons on my screen, Button_1 to store data in a collection and I am hiding this button based on the condition "If(CountRows(Filter(Gallery1.AllItems, IsBlank(TextInput1.Text))) > 0, false,true)".
I have to hide the other button_2 which patch the data until user clicks button_1.
Please help me.
Thanks !