Hi,
So this should be fairly simple but is not, and is making to maintain my webmap almost impossible to maintain.
I have published a layer via CSV and with Python with a set of fields, lets say 5, now the same CSV has an extra field (we have 6 in total now). How I can add this new field wihtout having to redo the whole map, webapp that depend on this layer?
I tried to add the new field via AGOL in the Data tab (also to the CSV) as well as using the manager.add_to_definition in Python with always the same result, once I overwrite the layer the new field disappears.
Any options?
Thanks in advance.
Solved! Go to Solution.
So I found a workaround:
Apparently if you delete both CSV and hosted Feature Layer and then upload the new CSv with the new columns adn you use the same name all your webmaps and apps will identify this new layer as the old one, since they have the same name, and all will work as intended. So the process is:
So I found a workaround:
Apparently if you delete both CSV and hosted Feature Layer and then upload the new CSv with the new columns adn you use the same name all your webmaps and apps will identify this new layer as the old one, since they have the same name, and all will work as intended. So the process is: