Currently Glide does not have push notifications but there are plenty of workarounds for that in the forums. One of the options is shown in link below.
No but you could always create a separate sheet for users to bulk add and use importrange to import the data in your app sheet.
You can use a button (or a link component) and link it to whatsapp business API to have a WhatsApp option.
We use template features with wa.me/ as fixed and then place phone number.
Now problem we are facing is some client are submitting phone as 91 9876541230, some submiting as 987456320 ( without 91), we need to create a column to have clean 10 digit numer and then we use wa.me/91(Phone).
Please advice how to do it. Goal is to have 10 digit number with no space in between.
Our Goal is to remind sales person about the follow-up date and time. Kindly suggest the best way to do it.
We tried connecting it with Google Calendar via zapier and it worked but problem is only added is add to add event in calendar not the sale representatives as only admin account is connect as google calendar account in zapier
Hint is used but when website visitor filled enquiry form they generally see their number and email in suggestion so rather typing most of people select the suggest due to which number doesn’t come in fix format.
In the concat option, you could add a formula where you add number. Formula could be
=right(,10)
This will ensure only last 10 digits are taken in consideration
For doing this, I have created a column which defines when exactly do I want to send a reminder. This column automatically becomes “Send” in the hour when the reminder is to be sent. In my case I have to send a reminder 24 hours before the deadline. The formula I s=use to generate that is in the picture.
Then I use google apps script to send a notification when the column has “Send” in it and I have used an hourly trigger so that only 1 notification is sent in that specific hour. As the hour changes, the “Send” will change to “No” and the script wouldnt return any value.
To send notifications you could use mail, text message or whatsapp along with the scripts.
Sorry for the late response.