Could you please share more details about your base setup, and the reason you want to copy data between tables? There may be some element of your base design that could be optimized to avoid the need to copy, but we’ll need more details before we can know for sure.
Could you please share more details about your base setup, and the reason you want to copy data between tables? There may be some element of your base design that could be optimized to avoid the need to copy, but we’ll need more details before we can know for sure.
Sure, so right now there are three primary tables.
A content calendar, a keywords list, and a projects table.
The keywords list has linked records to the content calendar so we can easily create new records based on the keyword we’re going after. No need to copy the whole record, because the keyword only takes up one field.
The projects table on the other hand is segmented in two ways for each project - ideas and tasks - for the ideas, I want to use the button to copy multiple fields from those ideas into the content calendar rather than a single field like the linked records.
Sure, so right now there are three primary tables.
A content calendar, a keywords list, and a projects table.
The keywords list has linked records to the content calendar so we can easily create new records based on the keyword we’re going after. No need to copy the whole record, because the keyword only takes up one field.
The projects table on the other hand is segmented in two ways for each project - ideas and tasks - for the ideas, I want to use the button to copy multiple fields from those ideas into the content calendar rather than a single field like the linked records.
Instead of copying data between records, I suggest making a link, and then using lookup fields to pull in the other fields you want from the eProjects]
table. That’s one of the main purposes of linking records: so you can look up other data from the linked record without needing to copy that data into the record where you’re making the link.
If (for whatever reason) you still need to move records between tables, we’ve built 2 extensions for that:
Moving records between tables.
Copying records to another tables.