Reference data in an Array Object

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

This is not possible at the moment, both things

Thank you for your quick response.

Is there a auto number kind of feature which can be used as Id (PK) and is visible on Content screen ?

Nothing reliable, it is possible to implement this with scripting, but auto incremented numbers do not work reliable in distributed systems.