Hi All, I'm creating a script that will edit a record and then create a new record based on some values within this record.
I've got it working it the original record already exists, but I also want it to work for new records too. My problem with this is that the internal ID is not assigned until the record is saved. Does anyone have any tips on how to trigger the create for the new record after the record is saved. Thanks