ArcGIS Pro 2.6.8; Oracle 18c; 10.7.1 EGDB:
I have an XML file that was created using the Export XML Workspace Document GP tool (from within a model).
When I import the XML file into my enterprise geodatabase using the Import XML Workspace Document GP tool, I'm unable to choose the output feature class name; there isn't a parameter for that.

Instead, the FC name from the XML file is used. In this case, it's a name that was automatically created in my model: "INFRASTR.INFRASTRUCTURERECORD_Select".

Those hardcoded/auto-generated names can get messy. I had to go looking in Catalog (hundreds of items) for the FC -- since I didn't know what the output FC would be called.
(My use case was testing a data issue when working with Esri Support: Esri Case #03477586 - Are these features valid? Features have SHAPE but geometry is null.)
It would be helpful if we could define the FC name when importing from XML. I'm aware that I could edit the hardcoded name in the model or in the .XML file. But I'd rather do that on the fly in the GP tool parameters. For example, I wanted to name each imported FC according to the particular testing case I was working on. I wanted to put details in the name like "normalized XML" vs. "binary XML", the date, my initials, etc.
Thanks.