I’m trying to use automation to copy a record and create duplicates of all the linked records in the original record. Here’s what I’m trying to do:
- Create a new record and update it with all the fields.
- Search the other table for all the records that are linked to this one.
- Use a repeating group to create a record in Table 2 and copy the information from each record that is linked to the new record.
Unfortunately, I’ve tried so many ways, but it’s not working. Could you please help me?