Receive Notifications from Google Sheets When Checkbox is Checked

Is it possible without that? I'm new.

Here is a draggable block of the procedure

Click on it once/twice, the drag it onto your blocks editor. You will find the socket block in your procedures palette.

Also, I did not mention that you need to compile your app for all this to work.

GSMessageiToo_blank (1).aia (172.7 KB)

I tried, but I'm not getting a notification

Here is my gogole sheet

You are setting the wrong gid. You want to fetch the toItoo data: gid=1484678650

May be better to remove all the column and rows from that sheet as well, so that all you have is cell A1.

I did not test for multiple notifications to the same user, you may want to remove any of these first.

You also do not set the uuid, so you would only receive messages for uuid 101.



still not work!

Right, I'm using UUID 101 for testing now, but it's not working for me.

Are you compiling and installing your app for testing ?

Delete all columns and rows except for cell A1 in your toItoo sheet.

image
This one is appearing

without any message

You have not done this yet.

That's better :slight_smile:

I have just seen that you have not updated the itoo extension to the latest version - itoo.v4.4, maybe this is the issue.

A blank aia for you to test:

GSMessageiToo_Ind_blank.aia (151.4 KB)

1 Like

@TIMAI2 Now it's working, thank you so much!

Interesting method! Could you provide the app-side file? I'm just interested in this new method.

It would initially be much the same script as mine, but then either:

  • send an email/emails to the user/s checked using GmailApp (from the google account running the script - note the quota of 100 emails a day for a personal google account)

  • use a third party push notification service to send notifications to each user, with their message. There are Paid extensions on the community for OneSignal and FirebaseClopudMessaging.

1 Like

sending emails are not a solution for me. Your Provided free extention is much better.

1 Like

How to make each time checkbox is checked it must move to A cell next rows

You will have the history in your other sheet. If you entered these with a timestamp, you could then sort with the script after processing...

Do not mess with the single cell sheet!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.