Hook for before Create New Entry

System Information
  • Strapi Version: 4.1.7
  • Operating System: Windows 10
  • Database: MySQL
  • Node Version: 16

Is there a way to modify the content type before creating a new entry?

I currently have a content type that requires to fetch data from another content type before creating new entry, because the component that should be displayed depends on certain value from another content type.

Any help is appreciated.