With the Arcade language, I try to feed a dictionary with several fields of which one field is of type date.
This dictionary is fed from a feature service.
Here is an example of my code:
If I return the contents of my dictionary, I can see the date value.
But if I try to flip it this way:
return FeatureSet(Text(table_Dict))
Date values not appearing !
Can someone help me with this?