Skip to main content
Solved

Getting Individual Field/Column Data stored in an array?

  • August 6, 2020
  • 2 replies
  • 40 views

Hi Folks,

This may Seem a bit silly but I’m trying to render just individual field information for a little project I’m working on. I can get all the fields and cells for all the fields to show in my block but I can’t break it down enough to get just a single field worth of data. Please take a look and see if you can help

Best answer by Azeem_Y

@gwynn_kruger Thanks for the help, it was the filter function that I needed but you just had it in the wrong place. Going to keep playing with the filter function as I also need to just have one table at a time filtered through… The idea is hopefully I can use this data point as a data array for chartjs to update dynamically when user changes grid data in airtable… Having quite a bit of trouble with airtable compatibility to be completely honest.

2 replies

  • Participating Frequently
  • 32 replies
  • August 7, 2020

Try looking into the filter JavaScript function.

Say you have a field named “MyField”. To only show that field you would need to add some code like:


  • Author
  • New Participant
  • 1 reply
  • Answer
  • August 7, 2020

@gwynn_kruger Thanks for the help, it was the filter function that I needed but you just had it in the wrong place. Going to keep playing with the filter function as I also need to just have one table at a time filtered through… The idea is hopefully I can use this data point as a data array for chartjs to update dynamically when user changes grid data in airtable… Having quite a bit of trouble with airtable compatibility to be completely honest.