Hi folks,
I am new to the power apps. And will appreciate any help.
I am trying to validate the combo box control on button click i.e. Show error notification if the value is not selected in the combo box.
For showing error notification i am using Notify() function.
And i want to close the error notification when a value is selected in the combo box.
So is there any way to close the notification when user selects any value in combo box?
Note: I do not want to use Timeout to automatically close the notification. Notification should be closed only when a value is selected in the combo box
Thanks!