In Dynamic View, it is possible to set which fields are visible or editable in the Details pane using conditional logic. This functionality is working as expected when a user clicks on an existing row of the sheet, however conditional logic seems to be ignored when customizing which fields are visible/editable for users creating a 'New Entry'.
Background:
My details pane is setup to show a specific set of fields when editing an existing entry. I've created a 'dropdown' column that identifies whether or not a row is blank, then set a conditional rule based around it to show a whole different set of fields when the user creates a new row (ie, the row is blank). When testing this out in DV, the fields showing in the Details Pane are the same whether editing an existing row or creating a new one.