Overlay Button Question

After reading a couple of related posts here on overlay buttons and various issues with them, I tried to set up a “send my location” overlay button using the “HERE()” formula inside an action to send a text message…

Do only certain kinds of buttons work as overlays? This one will not show up, and thus far I’ve only seen the “add, delete, edit” options really work.

0 9 114
9 REPLIES 9

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Ryan_Wagner

this is an option:

Thanks for the reply. I have it set to that already, and tried deselecting and reselecting it, too, but no luck…Is it a bug?

It depends on where you want the button to be displayed.
For example, on Dashboard view type, they are hidden by default.
You need to go in UX/Options/Dashboard View, then check “Show overlay actions in dashboards”

Can you give more context or screenshot ?

Ah, you know what…maybe it is because I’m trying to get them to show up in the map view…?
In the other views, they seem to work.

is the map view based on the table where the HERE() value is supposed to be stored ? (just in case…even if it seems obvious )

It is. At least, I believe so? The map view is based on the table I am using for everything…Pardon my lack of knowledge. I’m very new to the platform…

We all start somewhere
At least, you took time to look into the documentation. Everyone does not do it

Can you provide:

  • a screenshot of the action settings ?
  • a screenshot of the view settings ?


Thanks for the screenshot

At answering you, I understand that was not exactly clear in my head, I just understood the subtle (but obvious now) difference.

You have two types of actions:

  • “row level action” ==> can be overlay on a Detail view type
  • “not a row-level action” ==> can be overlay on a Table or Deck view type (for example)

3X_4_a_4ad904191b81cccce6747c50780aabff130874c7.png

So, if my understanding is correct, your action cannot be displayed on a map view, which displays the whole table like a Table or deck would do it as well.

I think you will need to use a workaround if you really want to send a text message.

However, you may want to use:

  • the “add” action to add a new row with location, as the Add action is not a row-level action
  • or an action like “open a form to add a new row to this table”, with some combination of auto-save (in the form options) and initial value (don’t know if that will work, I did not try this trick yet).

Let us know if that works for you

Top Labels in this Space