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:
explocarto_1-1627963200977.png
If I return the contents of my dictionary, I can see the date value.
explocarto_4-1627963474754.png
But if I try to flip it this way:
return FeatureSet(Text(table_Dict))
Date values not appearing !
explocarto_3-1627963382732.png
Can someone help me with this?