Hi @Sebastian and Team,
I wanted to put all the reference data in one Schema as a array objects.
Example:
Countries
Country-id
Country-Name
Team
Team-id
Team-Name
…
and then in another Schema make the reference to these fields.
can’t seem to do it. Just wanted to verfiy if there was a way to do it ?
Second, is it possible to pre-fix a field value with some text.
For Ex: lets say for Team ids, I want it to start with Team-{} and then user can put the id manually.
I guess there is not auto no option ?
So
Team-1
Team-2
…
Thank you