Mobile Notification

 

'To' expresion for 'Send a notification' for 'Logistic' table'To' expresion for 'Send a notification' for 'Logistic' table'Condition' for 'Adds only' in 'Logistic' table'Condition' for 'Adds only' in 'Logistic' tableBotBot

I got the notification working for mobiles, and after a while they stoped working (I probably did something, but can't figure out what or when), so i am changing the settings for a while and nothing works...

Solved Solved
0 2 83
1 ACCEPTED SOLUTION

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Andrei_Costea 

Your SELECT expression looks strange to me.

You may want to correct your first SELECT expression this way:

SELECT(Users[Email],
  [_THISROW].[Birou]=[birou]
)

 For reference:

SELECT() - AppSheet Help

If it used to work then it's not working anymore without applying any change to your app, you may consider contacting the Support team here:

Login - AppSheet

 

View solution in original post

2 REPLIES 2

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Andrei_Costea 

Your SELECT expression looks strange to me.

You may want to correct your first SELECT expression this way:

SELECT(Users[Email],
  [_THISROW].[Birou]=[birou]
)

 For reference:

SELECT() - AppSheet Help

If it used to work then it's not working anymore without applying any change to your app, you may consider contacting the Support team here:

Login - AppSheet

 

That's it! Thank you! 

Top Labels in this Space