I am trying to get cell values of all fields of selected record Id. for now my current code only gets of a single field, any idea how its possible ?
import {initializeBlock, useBase, useRecords, useLoadable, useWatchable} from '@airtable/blocks/ui';
...