Scenario:
Using API, do the following:
- Write a value on A1
- Write another value on B1
- A custom formula present on C1 computes the result
- Get the value from C1
Sporadically the value for C1 will end up being Loading...
which is a placeholder value until the custom formula returns a value. As I look on the spreadsheet UI, the value there is correct but API can return the Loading...
value. I have tried adding some delay before making the call for getting the value from C1 but to no avail.
Am I missing something here? Should there be longer wait time?