I am working on Flask admin. Please check the following. 
I need to edit the existing record using that edit button shown above.
I need to add a field in edit view whose value appears in the image column shown in the second image.
Any help is appreciable.

Just add a field in your data model after the
Imagefield.In
Flask-Admin, usecolumn_listto specify the field you want to display: