hey everyone,
I was wondering if someone could help me point exported features to a newly created geodatabase in a folder outside of the project folder.
In my model I have create a new file geodatabase that goes into the folder with the new date and now I would like to export out features into that newly created geodatabase but I can seem to make an adaptable pathway to use as the workspace. do you know how to can point the extracted features to the new geodatabase each time?
solved my own problem but basically has to rename the output variable from the default gdb name to NewPath then in the Output feature class put in %NewPath%\featurename. that works well.