I am rebuilding an Election and Polling place web map and application from a Pro project. The upcoming election has voting for the mayor in all of the city's six districts (1-6). City council elections are taking place in only three of the six districts (1,2, and 4) , but one has the incumbent running unopposed (District 4). For districts having mayor voting only, and to avoid voter confusion, I don't want to show any election information in the custom pop-up for that district's council member elections, as there is none (the poll is only open for Mayor voting). I have very little Arcade experience, both in writing the code and then how to insert in a web map in AGOL. I found two useful GeoNet posts on the topic (Conditional Field display with Arcade in Pop Ups, Kelly Gerrow and How to hide a blank field in AGOL, Steve McCord). While these posts are helpful, I am unable to "connect-the-dots" on creating and using an elegant way to not show individual district election information when the seat is not contested. In the districts having council member elections, we have at most two candidates (CAND1 and CAND2) and have two email and phone fields (CAND1_EMAIL, CAND1_PHONE, CAND2_EMAIL and CAND2_PHONE). I have included image files showing the current pop-up and custom configuration for reference. I don't think a filter on the layer will work for what I am after. Finally, if anyone has some suggestions on how to make the pop-up more user friendly and inviting, let me know. Thanks in advance.