I have downloaded and placed an app built with the web app builder beta 3 on our web server. The app works fine, but I have been asked if it's possible to pass a search parameter in the URL...something like http://gis.linncounty.org.../?gpn=1234567890 ... where the app would zoom to the parcel with an id of 1234567890.
I don't know much of anything about JavaScript so I was wondering if this is possible, and if so, what it would take to implement?
Thanks!