Collect manual instance naming will be removed in v2023.2

You will need to add a main instance node named instanceName in the meta block. You can bind that to any expression you want:

...
<instance>
  <data id="add_place" version="6">
    ...
    <meta>
      <instanceID/>
      <instanceName/>
    </meta>
  </data>
</instance>
...
<bind nodeset="/data/meta/entity/label" calculate="/data/place_name" readonly="true()" type="string"/>

It would be helpful if you could add this to the spec!

Some more at: