I have a series of Feature Services in ArcGIS Online.
Unfortunately they contain attribute names of varied case.
This is proving difficult for me when I try to create a dynamic workflow that updates the data in ArcGIS online. When the Reader reads the source data (also of varied case), it converts them all to lower case.
Therefore, when my workflow tries to write to ArcGIS online, it cannot find matching attributes to write to because the case is different.
It is now too late for me to change all the layers on ArcGIS online to lower case because of downstream dependencies.
Will I have to write a separate workflow for each individual layer and individually do the field mapping?
Or is there a way around this ?