In general the Generic writer takes the parameters of any writer for that output format in the workspace.
So create a dummy writer for the GDB output (without a fetaure type to write to) and the Generic writer will inherit the parameters from that writer if the GDB format for the Generic writer is chosen.
@runneals If you create a published parameter just a simple text field and then link this parameter to the output destination like below
Now when you publish you can allow the end user to select the output file name
Or if you didnt want the end user to select you can still create a filename from this location with a timestamp or other required information
@runneals If you create a published parameter just a simple text field and then link this parameter to the output destination like below
Now when you publish you can allow the end user to select the output file name
Or if you didnt want the end user to select you can still create a filename from this location with a timestamp or other required information
Doh! Thanks for the help, I didn't notice that until now.