Display markers of a filtered data map

Hello,

I have a table that shows my search information of a filter {{filterby.value}}, I already have as result {{filter.data}}

Each of those records has longitude and latitude and I want to show it on my map and have it update depending on the result.

I have managed to present only one markup (just for testing) in the Points field and in the following form.

{{[
    { longitude: filter.data[0]["LONGITUDE"], latitude: filter.data[0]["LATITUDE"] }
]}}

Now what I would like to know is how those points would have to be filled dynamically depending on the {{filter.data}}

I am very new with retool and still have particular doubts.

thanks

Hey @silvercorp!

You should be able to map over the filter array so that you don't have to hardcode each point: