Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Notification program, I have no idea why this doesn't work

Featured Replies

Posted

I want a notification when the heat in the shop turns on or off. I got 1, and only 1 message ever from this program. if I manually click and chose run the if or run the else, I get no email.

 

If
       Status  'Shop_Heat' is On
    Or Status  'Shop_Heat' is Off

Then
       Send Notification to 'Alan_Only.2' content 'Shop Heater'

Else
       Send Notification to 'Alan_Only.2' content 'Shop Heater'


 

I suppose logically I should not check for the off status, because the else would run if the ON was false.

That program looks a little strange to me. Your condition will be both "true" and "false" simultaneously, every time. While, logically, I am not sure that this explains why it does not work, it seems like a real possibility to me. Try:

 

if

status shop heat is on

then

send "on" notification

else

send "off" notification

 

If the notifications are the same, then use the same notification in both paths.

 

Understand that this program will trigger when the status changes, whether to ON or OFF. The path taken will be based on "ON" (then) or "OFF" (else).

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.