Not able to pre fill a Module which contains only a form

I have a table in the main app named mytable and the myTable has an edit column for each row. Now I have created a module which contains a form. Now when we click on the edit of a row A Modal pops up and inside that modal I have this module. Now I want the form to have prefilled values of the rowData of mytables. I have taken input in module of this MyTable as a data type and when I insert this module in the APP. I prodvide with myTable={{myTable}} and this is resolving properly when I hover over {{myTable}}. But the inputs of the form does not get filled. I have filled each input with the appropriate default value. For eg {{myTable.selectedRow.data.name}} in one of the inputs default

@vishesh Welcome to the forum!
If you could please post some screenshots and some of the default value code, it would help me to help you