Skip to main content

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

  • March 22, 2024
  • 2 replies
  • 248 views

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

2 replies

basdebruin
  • Community Expert
  • March 22, 2024

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.


  • Author
  • New Participant
  • March 22, 2024

Thank you very much