Sending Reminder notification to User by clicking an event

Hi, I have a Task Manager App. We have a very simple working.

Task Creator Creates a Task And assigns it to Assignee. 

I have put Red Flag Format rule if Assignee don't work on the Task within 24 Hours. It works fine.

Now, I want to send A Reminder Notification to Assignee so that He/She will be reminded of the task by the Task Creator. Can i create an Event button, and send push notification by clicking on the event button. 

0 1 188
1 REPLY 1

Aurelien
Google Developer Expert
Google Developer Expert

Hi @tomarnishant 


@tomarnishant wrote:

Can i create an Event button, and send push notification by clicking on the event button. 


You may want to create a simple data action button such as this:

Aurelien_0-1675066068791.png

and create a bot based on this data change, as described in this section:

Events: The Essentials - AppSheet Help

The setting is as this:

Aurelien_2-1675066280040.png

with this expression:

Aurelien_1-1675066232196.png

 

[_THISROW_BEFORE].[TriggerEmail]<>[_THISROW_AFTER].[TriggerEmail]

Then, the task must be a notification, as described here:

Send a notification from an automation - AppSheet Help

For reference:

Bots: The Essentials - AppSheet Help

Events: The Essentials - AppSheet Help

Tasks: The Essentials - AppSheet Help

 

 

Top Labels in this Space