First off, it has been quite a few years since I have used Model Builder. I am using ArcGIS Pro 3.2.
I am trying to build a model that starts with the "create File Geodatabase" tool as the first operation. I would like the process to name the fgdb as "Name_mmddyyyy" where mmddyyyy is the current date if this is possible. If not I would like to have the user name the fgdb as a parameter to enter at the start of the process.
I am having a problem with where to put the variable and how to format for the date. Any help is appreciated. Thanks in advance.
ES
Solved! Go to Solution.
See this thread about the Calculate Value tool & dates:
Then use inline variable substitution to add the resulting string to the geodatabase name.
See this thread about the Calculate Value tool & dates:
Then use inline variable substitution to add the resulting string to the geodatabase name.
Thank you & others in the referenced links for this information. I got the gdb to name correctly. Now I am working on how to reference it later down the model.