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.