Skip to main content

How I can Interact with the board data in a board view of Monday Apps

  • September 8, 2024
  • 3 replies
  • 30 views

I am starting in development with Monday apps, in special with react quickstart project and integration project. The first steps were nice, I can create my own React elements using the Monday UI, but now I want to interact with the data of the main table (to implement actions or play with the data) and I can’t find specific information about it.

I hope someone can help me to know how it works or a resources to learn, different to Monday apps guide where I was searching for many days.

3 replies

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • September 8, 2024

Hello there @lpotte and welcome to the community!

I hope you like it here 💪

If you are building a view feature, then probably the easiest way to get data from the board would be by using the API via the SDK as explained here 😀


  • Author
  • New Participant
  • September 9, 2024

Hi and Thanks you @Matias.Monday I was reading the link and I think it can work to me. Actually, is exactly the solution that I need to continue with my initial project in Monday Apps.
Again Thanks.


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • September 9, 2024

Happy to help @lpotte !