I am trying to prepopulate a select_one field based off the answer to an integer field and need some help with the coding.
For context: I want the grade of a tree (saw, tie, or pulp) to be automatically populated based off the Diameter (DBH) that is entered. However, the user still needs to be able to change it manually if needed.
Saw grade = 16"+
Tie = 12-16"
Pulp = 6-12"
So if the DBH entered is 13", I want the Grade to pop up as Tie.
I am using Survey123 Connect. I read through Esri posts and general Google posts on choice filters and cascading selects and couldn't find info on integer to select_one filters. All the ones I saw were for the other way around. I know I need to set up if-then statements using the dbh classes as constraints, but the exact language and what columns to use is the issue.
Any help would be appreciated!