I've recorded a transaction that creates a record and displays the key on the page. I'd like to copy this key and paste it into an input box on a subsequent page so I can be sure I'm getting the record I just created. It's important that I keep working with this record because (1) I want to make sure to cancel it at the end of the transaction, and (2) I'd like to have this transaction played from multiple locations but I'm concerned about how it will behave if both locations are running at the same time (i.e. I have created a record from both locations and that will probably interfere with the subsequent steps).