I am looking to insert a new feature into the output geodatabase here.  The translations uses a feature reader to read a source geodatabase based on a user defined parameter which defines which feature classes the user wants to bring over.  However I also need to add second feature class but instead of reading from a source I need to add a new record which i intialize from the creator.  In this case though because the output writer uses a dynamic schema, I don't know how to insert this new feature or to indicate which feature class it should be written to.  Any ideas?
Page 1 / 1 
    @slangley You should be able to have both a 'regular' feature type and dynamic feature type attached to the same writer. Writers menu use Add Feature Type or Import Feature Type.
