The alert from ExportedFeatureProperties is returning two different data types.
In the featureProperties, it returns as a string Array.
["Evidence gap: The knowledge expert noted that additional experimental evidence is needed."]
In the flatmap callback, it returns as a string.
'["Evidence gap: The knowledge expert noted that additional experimental evidence is needed."]'
I prefer the alert data to be a string Array based on most of the data. But to confirm with @napakalas.
The alert from ExportedFeatureProperties is returning two different data types.
In the featureProperties, it returns as a
string Array.In the flatmap callback, it returns as a
string.I prefer the alert data to be a
string Arraybased on most of the data. But to confirm with @napakalas.