I am trying to create a relatively simple form in Field Maps using AGOL.
A few questions have come up during the process, and I ended up with similar issues last time I experimented with AGOL.
Dates:
I created a date field which, using an expression defaults to "return now()". This is great, but I have found if I create a entry in FieldMaps then later edit the entry, the date is updated to reflect when it was edited. The date field really wants to be locked to the "Created" date not the edited date.
Is there a way to do this?
Coordinate System:
The phone in my GPS is giving x and y with Lat/Lon - is there a way to include fields for other co-ordinate systems? Like here in New Zealand NZTM is very common.
Fields:
If when I am designing the form in AGOL, and lets say I add a drop down for a field called "Codes" - but then delete the dropdown and use a Radio button - I then can't add a radio selector called "Codes" because there is already a field in the table called "Codes".
It appears removing the input element, doesn't remove the corresponding field from the table, while I can then go and edit the table, doing it this way seems like a clunky design process.
Maybe there is a way to add a input element, and connect it to a existing field in the table?