Allow the beta public notification tool to use Arcade Expressions within the downloads. I noticed it works fine with default fields. However, when I create custom expression using Arcade, the pdf and csv downloads no longer work. The end goal with using arcade in this app is 1) concatenate fields (St#, St Name, Apt...) and 2) Remove the null fields from being visible in the pdf export. If an address field is parsed out and it has no apartment/unit number, the app automatically puts "null" in the mailing pdf.
This should currently work in the Public Notification app. Can you share the arcade expression you are using and a screenshot of the popup - include the HTML view? Or share the link to the webmap or app if they are public.
Hello Kelly. I Appreciate the quick response.
This is my Arcade Expression: $feature.STREETNUM+ " "+ $feature.STREETDIR+" "+$feature.STREETNAME+" "+$feature.STREETTYPE+" "+$feature["SP_APT"]
The New expression is a concatenation of the individual address fields. Unfortunately, I cannot share the web map as it contains PII.
I tested in chrome and firefox with the same result. I can't download the .csv or .pdf until I remove the expression from the pop-up. I don't have to delete it, just remove it.
If it's suppose to work, I'll open a support ticket and then post the solution here for others.
Thanks!
I also noticed that happens with my popup arcade too. Click Download PDF or CSV and nothing happens! Using some simple intersects to pull out what emergency service district the address is in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.