Hi,
I’m trying to build an app based on the To-do list tutorial (https://airtable.com/developers/apps/guides/to-do-list-tutorial) for the Blocks SDK. Whenever I try to show a value with record.getCellValueAsString(‘someFieldId’) I get the following error:
Error: Cell values for field fldQYB8sxPz3dvhwH are not loaded
spawnErrorWithOriginOmittedFromStackTrace@https://localhost:9000/__runFrame/bundle.js:619:13
invariant@https://localhost:9000/__runFrame/bundle.js:661:11
getCellValueAsString@https://localhost:9000/__runFrame/bundle.js:6185:34
Booking@https://localhost:9000/__runFrame/bundle.js:162:91
renderWithHooks@https://localhost:9000/__runFrame/bundle.js:62042:27
mountIndeterminateComponent@https://localhost:9000/__runFrame/bundle.js:64576:13
beginWork$1@https://localhost:9000/__runFrame/bundle.js:65944:16
callCallback@https://localhost:9000/__runFrame/bundle.js:46118:14
x.wrap/e._wrapped@https://cdnjs.cloudflare.com/ajax/libs/rollbar.js/1.9.0/rollbar.nojson.min.js:1:13806
invokeGuardedCallbackDev@https://localhost:9000/__runFrame/bundle.js:46167:16
invokeGuardedCallback@https://localhost:9000/__runFrame/bundle.js:46222:31
beginWork$$1@https://localhost:9000/__runFrame/bundle.js:71562:28
performUnitOfWork@https://localhost:9000/__runFrame/bundle.js:70477:12
workLoopSync@https://localhost:9000/__runFrame/bundle.js:70453:22
performSyncWorkOnRoot@https://localhost:9000/__runFrame/bundle.js:70052:11
flushSyncCallbackQueueImpl/<@https://localhost:9000/__runFrame/bundle.js:57981:24
unstable_runWithPriority@https://localhost:9000/__runFrame/bundle.js:80507:12
runWithPriority$2@https://localhost:9000/__runFrame/bundle.js:57931:10
flushSyncCallbackQueueImpl@https://localhost:9000/__runFrame/bundle.js:57976:24
workLoop@https://localhost:9000/__runFrame/bundle.js:80451:42
flushWork@https://localhost:9000/__runFrame/bundle.js:80406:16
performWorkUntilDeadline@https://localhost:9000/__runFrame/bundle.js:80013:48
EventHandlerNonNull*[427]</<@https://localhost:9000/__runFrame/bundle.js:80040:3
[427]<@https://localhost:9000/__runFrame/bundle.js:80713:5
o@https://localhost:9000/__runFrame/bundle.js:1:265
o/<@https://localhost:9000/__runFrame/bundle.js:1:316
[429]<@https://localhost:9000/__runFrame/bundle.js:80746:20
o@https://localhost:9000/__runFrame/bundle.js:1:265
o/<@https://localhost:9000/__runFrame/bundle.js:1:316
[413]</<@https://localhost:9000/__runFrame/bundle.js:45802:24
[413]<@https://localhost:9000/__runFrame/bundle.js:73576:5
o@https://localhost:9000/__runFrame/bundle.js:1:265
o/<@https://localhost:9000/__runFrame/bundle.js:1:316
[415]<@https://localhost:9000/__runFrame/bundle.js:73908:20
o@https://localhost:9000/__runFrame/bundle.js:1:265
o/<@https://localhost:9000/__runFrame/bundle.js:1:316
[1]<@https://localhost:9000/__runFrame/bundle.js:3:23
o@https://localhost:9000/__runFrame/bundle.js:1:265
r@https://localhost:9000/__runFrame/bundle.js:1:432
@https://localhost:9000/__runFrame/bundle.js:1:460
I tried adding the id hardcoded or based on selecting the id into the global config (exactly as done with the doneField in the To-do tutorial) but not matter what I always get that error. Can someone help to understand what the error means?