Is there a way to calculate attribute values of a hosted feature class based on a user selected value?
Example:
A user is editing a parcel or polygon of land use in a web app (widget) and I want the user to select a "value" from a list (type or value or something) or based on some other field (area maybe) in the attribute table based on multiplying/adding a pre-set amount.
So, if a user creates a 2 acre parcel and it's agriculture, we multiply that by 3.2 and the value is: 6.4. Whereas if that 2 acre parcel is business, it is multiplied by 1.5, resulting in a value of 3. So, we'd have two values in the attribute table, the created value and the updated/adjusted value.
I know the attribute rules component of Pro can do some of this, but that is not available in the web.
Thanks in advance