Is there any way to turn off this Add button, at the bottom of Related, in Details View. But, I still want to allow people to add rows to the table?
For the system generated Add action, you set the showif condition with expression of
context(ViewType)<>Detail
Then you can hide this inline action button, but add button can be seen in full screen view for this table view.
tsuji_koichi:
context(ViewType)<>Detail
UPDATE: @Tuyen Solution did not work as I need because it also Hides the Add button from my main View so I canât add a new Member.
What happens when "Expand all views is turned off, as in the image you posted above?
@tsuji_koichi How do I use the CONTEXT() to Hide the âAddâ only in my Active Members Slice_Detail View? TYTY!
Great Solution @Tuyen , thank you, it seems to work as I need. But how is your Solution different from Mr @tsuji_koichi Solution of: âFor the system generated Add action, you set the showif condition with expression of context(ViewType)<>Detail Solution?â
@tsuji_koichi Where do I enter/use your Expression? TYTY!
Thank you for liking my topic?
And iâm glad that you solve your problem by my solution.
If you just want to show your action to particular user who you allowed
You can turn on âedit system actionâ. Go to your action â Show âBehaviorâ
â and Write an expression like this one
LOOKUP(useremail(), âPhĂąn quyá»n KMâ, âEmailâ, âQuyá»nâ) =âAdminâ
Stephen_Mattison:
"Expand all views is turned off
That should be app editor setting, nothing to do with App UX/UI.




