is possible to change the text button?
At moment it’s not possible.
An alternative is to develop your own custom form and use a button that will imitate the “Submit” experience (Add row > Set columns to clear the input values > Close overlay).
You can name that button however you want.
I’m just dropping this here so I have something to refer people to when they ask.
This is a simple concept app (copyable), that demonstrates the following techniques:
Building custom forms for adding and editing list items (as an alternative to the native forms provided by Glide)
Preventing duplicate new entries using User Specific Columns and Relations
Enforcing mandatory input items
The use of visibility conditions and user specific booleans to control user flow
There is nothing particula…