Forum Discussion

ArchiveUser's avatar
ArchiveUser
Qrew Captain
9 years ago

How do I copy a record via api?

I need to create a copy of a record to a separate table before changing the Revision value and deleting the contents of several fields.  I've got the update to the Revision value working, and how to delete the field contents - now I need to figure out how to copy the record before making these changes.  Unfortunately, there doesn't seem to be an APICopy action.

Thanks in advance!

22 Replies

  • You set up the edit records filter in the Automation where the [Record ID#] of the trigger record = the Record ID of the table being edited.
  • Oh, of course. Well thank you SO MUCH for your help, I really appreciate it. Everything seems to be working now.