How to have multiple relations from one table to several other based on values

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

SaaS

What do you need help with?

Hi everyone!

Quite new to Baserow development but not necessarily to database development, so my question may simply be a case of thinking in old patterns while not seeing the obvious new solution in front of me.

Could anyone point me into the right direction in regards to how I can establish relations between different tables automatically based on field values, rather than having to click everything together manually?
I will have data coming in via imports (CSV) and forms so the only way to establish a relation would be to match the values. One table therefor could just have a unique id that will then draw data from other tables.
In other databases I would just define relations across all tables and be done with it but I have yet to figure out how to do this in Baserow.

Any help would be appreciated.

Thanks,
Michael

Hello @MIB, I’m afraid this isn’t possible as a built-in feature in Baserow, but you can achieve it via the API. You can use these guides as references: How to link rows to existing tables automatically and Link Baserow rows in bulk automatically

Is it what you’re trying to do?