When we allow users to add a row to Google sheet (representing product, contact, etc.), we need to adjust the components that a user will see. For instance: Text component, email component, choice component.
The process is similar when we allow the users to edit the same content. It seems redundant that we have to first design the Add page and then redesign the Edit page.
I understand that in some cases we may not want the Add and Edit pages to appear same. However, it would be great to prepopulate these components on Edit Page. Its painful to have to identically redesign the two pages.