Allows users to access the creation form directly without going through the list view.
➡️ Add this line in the editor:
-
"createOnly": true
→ the view opens directly on the New record form. -
"createOnly": false
→ default behavior: opens the list first.
ℹ️ This parameter is a boolean – the only valid values are true
(enabled) or false
(disabled).
📱 User result in the mobile app
-
Saves a click when the primary action is data entry (e.g., expense reports, service logs).
ℹ️ General reminders
-
Values must follow the required types (bool, number, array, object).
-
Do not put quotes aroun