Hello,
I have hosted a feature layer which is a part of web-map for indoors, and I am trying to add a new field in the attributes table from the client side. For this I have created a new field using the ArcGIS "Field" constructor, added it to the layer's fields array, and then used the save() method, however this is not working for me.
Can someone suggest a solution for it or what am I missing in this process?