How do I return a column in a baserow table as an array?

My working setup is:

  • baserow node that gets all rows from a table
  • aggregate node that aggregates a field named ‘link’ into a single array named ‘links’

It feels clunky though, is it possible to reach the same goal by tweaking the baserow node?

I eventually found this nice little node that leverages a useful JavaScript library called JMESPath.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.