Exiting classic UI screen and Controller migration to Flow UI

Hi,

Since lots of screen are created in application, while migrating some screen which were not in screen package were throwing screen import error or @lookup component error.

Do we need to replace Screen word with view or is there any other solution as it would take lots of time to clean all errors.

The recommended approach is to create new CRUD views for your data model and then migrate the logic from the old Classic UI screens manually.