This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I have two apps that need to "communicate" with each other. Both edit
the same spreadsheet, but only one adds new rows, the other only updates
a particular column of existing rows. I need a bot/automation to be
triggered in the "update"-only app when...
I am building an app that allows users to effectively send messages to
one another. It accomplishes this by having a table called "Messages"
and users can add rows to it and each user can only view the messages
(rows) directed to them. How can I have...
I have an app that does not require sign-in. This is deliberate for very
good reasons that I won't go into here. How can I generate push
notifications for the "guest" users of this app?
I have an app that displays a map based on addresses. It's been working
great for nearly a year, but now most of the pins aren't displaying. If
I go to the column that contains the address, on many of them, it no
longer links to the map. It's as if G...
I have a single field/column in a spreadsheet data source of classes
taken that contains a "list" of comma separated employee numbers that
represent the attendees. I need to "join" this field to another table
that contains employee numbers and has th...
This worked beautifully, thanks! The view type I had chosen did not
permit event actions to be triggered, so I didn't consider this method.
I changed the view type, and this worked great.
Let's say I was wanting to send a message to all users at once, but I
want a user to be able to initiate it, not me as the app creator. I'm
struggling to figure out how to do that. In a "normal" programming
language, I'd loop through all rows in the ...
All that is fine, but thanks for the suggestions! It appears perhaps
Google Maps was having a "bad day". Now everything is working as
expected again. No changes were made.