Forum Discussion
KenCasser
7 years agoQrew Cadet
Okay, I found the "looping" culprit and fixed that. My Formula URL field is working fine except for one thing. $URLONE copies the current record to a new record and puts "Copy of" into a field. Then, I want to change that field in the new record using another API_EditRecord, but when I use "&rid=" & [Record ID#], it edits the original record, not the new "Copy". How can I reference that new record's ID# in the API call? Thank you!