Added a event marker with the following script added to event. This seems to be a work around and does give me the desired output. If there is a easier or more preferred method I am open to ideas.
dim takeitem as xpBaseTakeItem
engine.sequencer.GetTakeItemByID(1001, takeitem)
takeitem.execute
#XPression