I have 3 Glide tables in an app, let’s call them Vendors, Expenses, and Expense Details.
I’d like to add them to another app, keep the relationships the same in both apps, and add records from either app. Since computed columns don’t carry over, I know I would need to recreate the relation columns. My question is about the Row IDs. What would be a way to do this without manually editing the rows in Expenses that have the Row ID from Vendors and Expense Details that have the Row ID from Expenses?