I just got a Trial ArcGIS public online account. I created a map with a single layer and embedded into my app. I am also able to pass search values to the map using the the find url parameter.
Example embed url used in my app -> href="//www.arcgis.com/apps/Embed/index.html?webmap=xxxxxxxxxxxxxxxxxxxxxxxx&.......&find=<address>"
I want to pass 2 values from my eternal app/via URL.
1. parcel id, which is an existing field in the layer (from geojson): I came across this blog, but i dont see Configure map->URL Parameter page to create a new URL parameter and map it to a field. Is this capability not available for the ArcGIS trial public account? Or am i not looking for the URL parameter in the right place?
2. custom value which is not a layer field: Say some text/id i could pass via url into the map and which can be got from the custom popup(as {CUSTOM_URL_PARAMETER}) to display this custom value in the popup. Any suggestions on how i can do this? I couldnt find any place to define a new url parameter in the ArcGIS public trial account.