I’m having one table with certain columns, but would like to have another table with the same entries (referencing with one column), but with another segment of columns for different type of data. Quality for example. How would this be done best?
So one table with columns A B C and another with A D E for example.
Hello @Djigi , if you want to create a new row in another table when a new row is added to a table you can add an action to “add a row to another table” as a behavior after the new row is created via its table form.
OR if you want to start this new table by making “copies” of your current rows, you’re gonna need a similar action to the one I mentioned earlier, but it would be more of a “reference action” type, the kind of action which runs an action on a series of rows.
As there are different data points, your action probably should be a navigation one to create and edit a new form, so that you can pre-load some of your data on it, and since its 3 tables, you’re gonna have to do this on both the first table and the second one.
If you do not need the entries to be pushed immediately to the 2nd and 3rd tables, you can use table formulas in your spreadsheet. Please see the following example:
They’ll require user input. Else a slice would suffice. But still a slice could be used but than I’d have an immense sheet, which I would like to avoid. Problem is that I think I’ve done this before, but I just don’t know where to start atm, I thought I would figure it out but no…