How to get actual values for columns of type 'formula'

Hi.
Why no values are returned for an API query where values were calculated by formulas? I pull data from a board and there are some columns of type ‘formula’, so no data is returned for them
Thank you

Because the formula column is client side calculated. Only your client (browser) calculates the result and the result is not known in the monday backend.

2 Likes

Thank you very much