May 4, 201015 yr What is the best method of duplicating a found set of records? I have a found set that I need to copy and then assign a new _fk_ value to establish a new relationship. I've used the Copy All Records/Request script step but it doesn't seem to do anything.
May 4, 201015 yr Author Found an alternate version that works pretty good. Using a loop script, set the first step as Exit Loop If (FoundRecords) = 0, then duplicate and set values that you need, then put in two Omit Record script steps. Works like a charm.
Create an account or sign in to comment