I find myself splitting all my data into different “Details” modules to make it more readable, then I use action buttons to allow the user to edit just the fields in that Details module (rather than the global Edit function).
But to do this, each time have have to go in and select every field to be edited after adding the action button, which is very time consuming, especially during the initial build. So some sort of “add all fields from Details module” function would be a huge time saver!