Behavior not shown in mobile or tablet device.

,

Hi there,

I met a problem.

The behavior works fine in desktop, however, when users use the app on mobile or tablet, the “add” action is missing. Anyone know how to fix it?

Have you added a rule either to that table’s definition or to the system generated edit action button?

Yes. Because I have to set the data permission for different group of people, so I made some rules in the section of “security filter”, and also in the system generated edit action button. I can still see the action on desktop, but not in mobile or tablet device . :thinking:

Security filter doesn’t affect.. what is your formula with the edit button?

1 Like

The formula is like this:

OR(
contains(SELECT(PEOPLE[PERMISSION],[EMAIL]=USEREMAIL()),“4”),
contains(SELECT(PEOPLE[PERMISSION],[EMAIL]=USEREMAIL()),“3A”)
).

I found the button only not shown when it’s one of the views of a dashboard on mobile/tablet device. When on desktop or it’s an individual view (not under a dashboard), the button won’t disappear.

Hi, I solved the problem.

After I replied you in my last e-mail and it came to me that I forgot to enable the button in section “Show primary actions in dashboards”.

Now it works fine.

Thanks a lot for your help anyway.

Glad to hear you were able to figure it out!