Custom display name for repeatable components

System Information
  • Strapi Version: 4.3.2
  • Operating System: Ubuntu 22.04
  • Database: postgresql
  • Node Version: 12.22.10
  • NPM Version: 6.14.16
  • Yarn Version:

Hi everyone,

I have created a Collection type “Flow” that has a Dynamic zone “Screen” field defined by a custom Component “Default Interface”. Bellow is an image showing the structure.

In the content manager, I would like for the “Default Interface” instances to have a display name equal to the value of their name variable. If I create a flow with multiple Default Interface objects, they are all called “Default Interface”.

Is there a way for me to reference the field “Name” on the Display name of the Default Interface?