Hi, im starting to automatize my data base and im finding a little problem sure community can help me with.
I use AT to manage an academy. I have a main table in which i record each student profile. Then i have to go to another table which has a linked field to add the new student record of the main base in order to count students per hour and availability. My idea is that the automation is triggered by certain conditions from the New record, then find the record to update, static, and update the linked field. I have done so, but the problem is that it changes the field content, doesnt add a New linked record, deletes the previous existing records and i just need to update with the New record matching the conditions.
Thank you in advance.