Hi everyone! I'm designing a UXR base and would love advice on how to design an automation that allows me to connect two tables and two bases together. My current base design consists of the following:
Table 1: Intake and Planning
- Primary field: study type and study description
- Potential users: linked to another base (all users table)
- Type of study: interview, focus group, survey, usability test
- Study description
- Goals
- Hypothesis
- Study guide
- Notes
- Study owner
- UXR Notes by Study: look up from Table 2
The view is grouped by week
Table 2: UXR Notes by Study/User
- Primary field: user name - study type - study description
- User name:
- Study type
- study description
- User status: contacted, not participating, participating
- Interview date
- Notes
- User: look up from table 3, link from "potential users" on table 1
- Goals
- Hypothesis
- Attachments
- Study Guide
- Study owner
Table 3: All Users
This table is taken from another base that gives a view of all the potential participants we would like to contact
- Email of the potential participant
- Name
- Potential Studies: link to Table 1
- Last contacted: Last modified date of "user status" on table 2
- Notes: link to Table 2
How can I create the following automations?
1. When a record is created in table 1 and a user is added to the field, "potential users," a new record populates on table 2 for that user. I am not too sure how this should work If the same users may be added to multiple studies.
2. How can I link the table 3 to table 2 so that whatever study a user is involved in, the record on table 2 shows up to the corresponding user record on table 3?
I appreciate any help that can be extended. Thank you!