I would like to run a batch 'Export to CAD' geoprocessing tool on a group of line feature classes. Using the dynamic naming %Name% variable, it names the single output file after the 'Batch Output Type' field and not the names of the input feature classes.
For example, the "residences" input feature class is to be saved as a 2018 DXF file. The output file name is called "test_%Name%.dxf". Ideally, the output file name would be "test_residences.dxf". However, the %Name% variable names the file "test_DXF_R2018.dxf". This applies for all other file types able to be used. Pics attached.
This definitely seems like a bug. Would love a fix for this.