Create A Wizard for Parameterizing Data Driven Scripts
When working with Keyword tests, after you've recorded a particular test, you can easily select the steps of the test, right click, and select the option "Make data loop" to auto-magically turn you test into a parameterized data driven loop. Seriously, this is an AMAZING feature for keyword tests.
However, for writing scripts, if you want to take a recorded script and turn it into a similar loop, there currently is no automatic method for doing so. It requires, instead, the user to do the work themselves to define the variable, configure the data source, parameterize the script, build the loop, etc.
It would be great if TestComplete had a wizard where you can select a recorded script routine and perform the same sort of magic that you can do for keyword tests.