Retrieve Column Data from Baserow

So I’m trying to get all the dates from the Publishing Date column.

But I’m not sure if this List a Row module is the way to do it as it gives me all data inside the row, instead of just the data from the Publishing Column.

Then to parse the output using JSON, and end results would need to sort all publishing date by highest to lowest.

Honestly, I just need to retrieve the highest publishing date from the column.

Hi,

This looks a lot like what is covered in this lesson in the Make academy:

https://academy.make.com/courses/take/IntermediateC06/multimedia/51249868-unit-3-string-and-array-conversion-functions-part-1

It’s a combination of the sort(), first() and possibly map() funcitons.

L