Show list of markers on map from a nested list

Hi,

I am trying to show live markers on a google map by setting the data source as “Get data from a external api”. The json payload I am getting from my api call is a list of “workers” and each “worker” has a nested list called “location” and the coordinates are saved under (2) items “latitude” and “longitude” in that location list. Can anyone show me what would be Data Source settings for the google map to display every worker on the list and his location?

1 Like

@shawn.chaudhery did you figure this out?