Hi all
I am new to arcade and have mostly only used it in field map forms and labels.
I need to hide a field in the pop up based on the attributes of a separate field.
The project is our adopt a street program. The user wants the link to adopt a street hidden if the street is already adopted or pending adoption. They also want the adopted group name field to be hidden if the street is available. I saw methods to hide a field based on conditions related to the same field but I did not find a method to hide a separate field based on another fields attributes.
Link to web app we are using the web app to embed the map in the adopt a street website.
What I am looking for:
If ($feature, "street_adoption_status") != "Available" than $feature["Link_Txt"] is not visible in pop up
If ($feature, "street_adoption_status") == "Adopted" than $feature["group_name"] is visible in pop-up
Any help is appreciated. Thank you for your time.