Reads form field data from a section of the Object Page.
Page to evaluate on.
Section title or ID.
Key-value pairs from form controls in the section.
NavigationError if the section is not found.
const data = await getSectionData(page, 'General Information'); Copy
const data = await getSectionData(page, 'General Information');
Reads form field data from a section of the Object Page.