I have a situation where:
1) I use a template to create several records in "Table A".
2) I link those records to a singular record in "Table B" on creation.
I have tried using an automation that checks when the record is created in "Table A", finds the record in "Table B" and links the record from "Table A" to the record found. Tests for individual records work (when I am testing the automation): however, it does not work when I try with the template.
I have also tried using a checkbox that populates the chosen record in "Table B" with the respective records in "Table A" by looping through the designated records in "Table A" and then linking them seperately to the chosen record in "Table B".
Both of these methods have not been working for me. Any suggestions?