Hi,
I have an editing task on the portal to create polyline features in the feature service , that will have aliquot (integer) length in meters (like 1m, 2m, 3m, etc). I know, it is possible to do with ArcGIS Pro, but I need this option on the portal.
It means that user will not be able to create the line with length 2.5 meters and 3.8 meters, only 2 and 4 m.
I thought it is possible to do with attribute rules and geometry functions in Arcade, but didn't find the right function for this.
Probably, there are some other ways to make this operation posible during editing on the portal.
Thank you