May 25, 2022 04:33 PM
Each year I screen every kinder student and determine whether they’re OK, need speech service, need a recheck in 1st grade, or a recheck in 2nd grade.
I’ve created a table for the first year- but I cannot figure out how to automatically move students from the 19-20 table into the 20-21 or 21-22 tables if they have data in the recheck field. If they are OK or receive service and meet mastery, or are disenrolled, (unshown fields) they do not need to transfer to the new tables.
I also only need certain fields of data to move from the current table into the other 2 tabels (Student name, DOB, sounds) as the grades/teacher names will all change as they shift from grade to grade.
Thank you for any help
May 25, 2022 09:18 PM
Hi Melanie, if this is a one off and you do not need the tables to link together, I would do the following:
To create the 2020-2021 table:
2019-2020 Universal
table2020-2021 Universal
2020-2021
in the Recheck
columnThis would leave me with all the records that have the value 2020-2021
in the Recheck
field
I would repeat this for the 2021-2022 Universal
table
If you need the data to be linked, I would do the following:
To create the 2020-2021 Universal
table
2019-2020 Universal
table, create a filter that will only display the records with the value 2020-2021
in the Recheck
field2020-2021 Universal
2019-2020 Universal
table, create a link to the 2020-2021 Universal
tableName
column in the 2019-2020 Universal
table. This will select all the values in this column2019-2020 Universal
tableThis will automatically create a linked record in the 2020-2021 Universal
table for all the students that have the value 2020-2021
in the Recheck
field
Happy to answer any questions you have!
May 27, 2022 07:23 AM
Hello Adam!
My husband used automations to create a record in the other tables. It seems to work, but re-reading your directions- I’m wondering, what is the difference between linking records and automation?
Would linking the records change the data as I updated things in the future- both in the previous years records and records moving forward?
May 27, 2022 10:43 AM
Hi @Melanie_Johnson
The difference between Automations and Linking records is, an Automation is an action that is triggered by something in your Airtable. In your screenshot the Automations are creating a new record. A linked record is two tables sharing a set of data between them and changing if the other field changes. For example you have a table of people and a table of tasks, you will want to link the people to the tasks.
May 27, 2022 11:03 AM
Thank you for the explanation! :slightly_smiling_face: