Hi there,
I’m curious, how can I create rows inside a table and assign them to specific users created in another table? For example:
I have a table called “things” and a table called “users”. For each individual row created in “things” I want to assign it to a particular user from “users”.
I’m trying to create a column called “owner” with “lookup” but then it retrieves all the users not just a particular one.
I’m not trying to create roles like “admin”, “manager” and so on… I just want to link specific items with certain users.
How can I do this?