The mapbox component is expecting an array of objects (with object keys, latitude & longitude).
If your data is already formatted in that way, you can reference tableName.data in the map's Points field. If your data is not yet formatted that way, we may need to do some javascript transformation. Happy to help with that too!
Is my understanding correct that for the Map to show point objects then one needs to point to the lat/long columns in the table in the Points section of the Contents, and the GeoJSON section is for line and polygon objects?
If so, what do I place in the GeoJSON section if I have only points to show?
Attached are two screenshots of what I have at this stage.