I am building a web app in ArcGIS Experience Builder to display survey data.
Each stop has a number of attributes grouped into categories, and I am displaying these using a text widget with dynamic content (e.g. {Field Name}).
I have a set of dependent questions:
“Pole Present” (Yes/No)
“Pole Type”
“Pole Condition”
If “Pole Present” = No, the other fields are empty.
What I am trying to achieve is:
Is this possible with the Text Widget Expression tab, to have something along the lines:
if {Pole Present} = "Yes", then {Pole Type}
else "No pole present"