I'm working on a step command of a task in ArcGIS Pro. The command is the built-in 'Get Attributes' option. I want the user to get a pull-down menu to select the appropriate field value.
I've chosen my target table and field: the table is a feature class in an Enterprise Geodatabase with a correctly configured list domain for the selected field. So, using fictitious values as my example:
Table (SDE FC): Equipment
Field: Percent Cloud Cover
Domain: d_percentCloudCover (type: Short)
Domain values: 0: 0%, 1:30%, 2:60%, 3:100%
When running the task, I want the user to see a drop down menu listing the values of 0%, 30%, 60%, and 100% (which are actually selecting 0, 1, 2, and 3 under the hood), just as they see in the attribute table when editing. Instead, the user sees a box for input, which is expecting a short integer. The user can type in any value they wish. How do I configure it to use the pull-down?
I'm using ArcGIS Pro 2.4.
Tobi,
I'm trying to reproduce the scenario you describe in 2.4, but I see the drop-down for my short integer domain (using a SQL Server EGDB):
Can you share some more details:
Thank you!
Scott