I have records that look something like this in Employee table.
“records”: [
{
“id”: “recxPbyRYLea1Y3u7”,
“fields”: {
“Name”: “Jane Doe”,
“ID”: 1,
“Roles”: [
“rec93YegEkI0lLKi0”,
“recgUgOR7mEk9SYDm”
],
…
}
}
]
As you can see Roles link to other Table...