hello all.
I need to disable input new element from dropdown in the form. How i can do it?
I want to make it possible to enter a new record only from the list of elements of this table
hello all.
I need to disable input new element from dropdown in the form. How i can do it?
I want to make it possible to enter a new record only from the list of elements of this table
You should be able to disable the “New” option by going into your table settings and changing it to “read only”
Here’s what it looks like in my app to disable that option:

Let me know if that works for you!
Hi, MeganMB.
Thanx, but I don’t want to prohibit adding new elements to the table. I want to prohibit adding them specifically when selecting another related table in the form.
Try creating a slice on the table, remove Add access (at least) from the slice, and set the slice as the Ref column’s Referenced Table Name.
Create a slice. Set it to read-only. In the cell, instead of referencing the table, reference the read-only slice.
@Gustavo_Eduardo , @Steve
Thnx for good idea. It’s work
You are welcome!