Is it possible to copy tables between SoftrDB bases?

I have just created a new SoftrDB with a single table and, having got it working right, I’d like to add related records from another SoftrDB. It doesn’t look like that is easy, so I thought I could just copy the table from one DB to another, but there doesn’t appear to be a way of doing that.

I can export to CSV and then import, but I lose all of the field logic. It’s not a huge problem, but is there another way?

Hi @Bitstreams

There is no native way of doing that. But you can simply create an automation with our Workflows, that would add the records that exist in Table A into Table B, and whenever a new record is added, that would copy/paste that record into another table.