-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
android 🤖Relates to Android app versionRelates to Android app versionbugiOSui/uxRelated to user interfaceRelated to user interface
Description
Description
When creating a new project and adding a new field whose name starts with the same first two letters as an existing field, the UI shows the error "Field xx already exists. Won't be added to the project."
Despite the error, if the field is added during project creation it appears in the project — inconsistent behavior between add-via-create and add-later.
Environment
Staging
Application (+ app version, build, operating system)
iOS/Android
Steps to reproduce
- Create a new project.
- Try to add a new field named "Ab".
- Try to add a new field named "Abc" (shares the same first two letters).
- Observe the behavior when adding the field after project creation versus during project creation.
Actual results
- When adding the field as part of creating a new project, UI shows: "Field xx already exists. Won't be added to the project." The field is added successfully despite the same-name-prefix, causing inconsistent behavior.
Expected results
- Field uniqueness should be validated consistently. Either:
- Uniqueness should be determined by the full field name (recommended).
Screen-record:
ScreenRecording_01-20-2026.11-16-15_1.mp4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
android 🤖Relates to Android app versionRelates to Android app versionbugiOSui/uxRelated to user interfaceRelated to user interface