Hello, I have a question about configuring a form in Field Maps in ArcGIS Online. I can't use a calculated expression in a form field (with a combo box type) to populate the code/values of the combo box, correct?
Something like this wouldn't work? Thanks..
var myList = {
code: "1", value: "choice 1",
code: "2", value: "choice 2",
code: "3", value: "choice 3"
}
return myList