Automatically Populating record
Hello,
I have two records with information on them which I’d like to grab and stick onto another record, I can do this through an import but want to find out a way of going about doing this automatically. Thanks in advance
Depending on when and how you want to update, you probably want to look at a user event script to achieve this.
If you put an afterSubmit on one of the records, it’ll trigger on every save and can fetch and copy data to another record.