You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client.table_row_create(project, "disks", {"machine.Id": machine_id)
In my example I have a machine table and a disk table having a one to many relationship.
Is it possible to create links records? Or at least to create the link between existing records?
The text was updated successfully, but these errors were encountered:
Hi,
I tried to create links between records with:
client.table_row_create(project, "disks", {"machine.Id": machine_id)
In my example I have a machine table and a disk table having a one to many relationship.
Is it possible to create links records? Or at least to create the link between existing records?
The text was updated successfully, but these errors were encountered: