Hello everyone,
I'm facing a problem that I've been trying to solve for several months. But I can't find a solution.
I have a list of documents, each with a list of LatLng attributes. I need to display all the LatLngs on a Google map.
So technically a list of lists, except that FF doesn't allow it.
I thought of creating a custom function that returns a list of data types, but it's not possible to put data types in the Google map.
I thought of making a custom function that returns a list of documents, but it's not possible to create a document from a custom function (it tells me there's no constructor in my object).
Can you help me?