I have a table, let's call it T1, like this:
Name | property 1 | property 2
T1N1
T1N2
T1N3
...
T1Nn
And i'd like to create another table, T2, like this:
Name | T1N1 | T1N2 | T1N3 | ... | T1Nn
T2N1
T2N2
T2N3
...
T2Nn
More specifically, T1 is a list of habits, and I want T2 to be a list of Days, where I'll have all the habits in T1 as checkbox.
The idea is use the original Notion model Habit Tracker to keep the routine, but using my list of habits that I want in another table.
Other way to see this problem is: can I transpose a table on Notion?
It would be awesome if it could be done automatically, I mean, if I add a entry on T1, automatically it create a property on T2.