Very new to the platform and I’m getting a little tired of my AI support running me around in endless loops…
I am trying to build a table that extracts a number of metrics out of my data through a series of rollups. I would like this metrics table to auto-populate based on the name field, so that each individual in my database has their metrics pulled in.
Right now my trigger is When a record matches the conditions-->Name is not empty;
then a Find Records step aimed at my database table, based on the condition Where Name is exactly Name--->make a new list of… ID;
and last is an Update record step aimed at my Metrics table Airtable record ID, using the field Shifts (linked) - which is a field in the metrics table that is linked to the data. However I’m not sure what choice to make in the Choose record(s) to link to, which is set to dynamic, in order to automatically find all the entries for that name in the database table and then carry those across to put into this Shifts (linked) field.


