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.
2 Likes