Good morning everyone,
I have a scenario that I’m not sure how to implement. It seems simple, but I couldn’t find a way to support it within NocoBase.
I’m building a recruitment and selection system where job vacancies are created.
On the vacancy page, we define the technical, behavioral, educational, and language requirements that candidates must meet.
In this form, I have a sub-table where the user can select from existing records (for example, the required language or technical skill).
My requirement is that once an option has already been added to the sub-table, it should no longer be available in the selection list, to avoid duplicates.
For example, if I’ve already selected English – Advanced, then English should no longer be available in the dropdown to prevent it from being selected again.
Is there any way to implement this scenario?
Thank you, and have a great week!