Hello,
I have a problem using a list inside a JavaScript action(in a workflow).
I have a list being retrieved by API, this is a list of polygons, where each polygon contains several coordinates.
In my Javascript action I would like to call a function drawPolygon(coordinates) for every polygons retrieved by API.
But I can’t figure a way to do it, I can only take every coordinates of every ponds. or only one polygon coordinates using item #.
Does someone have a solution?
Thanks