
Announcements
building one solution in Power Apps. It is based on Image processing. My solution should get notification if Box quantity is not equal to 16. In case of 16 numbers it should not give any notification. In case of it is not equal to 16 it should give the notification "Complete the Box". I could be able to generate Notification by using below if-else command.
Notify(If(
TextInputNumber.Text <> "16",
"complete the box"
));
You can try this for the Button
Reset(Audio1); Set(varBeep,false);Set(varBeep, true);
(If your Audio control name was Audio1)
Then in Audio1 control set Start to varBeep
Regards
Dave