Hi everyone,
Is there a way to include a function in a popup that process JSON data and display them in HTML pop-up?
I have the code that process the JSON and display in HTML table. I don't know how to get this working in pop-up inside the webapp.
Additional info about what I'm trying to do:
I'm trying to integerate our record managment system with Webapp. So I would like to be able to send a request to
I’m trying to link documents (PDF, Word, etc. ) from our record management system to feature classes and have access to them through web applications. Each documents in record management system has GIS_ID which I’m using to link to each feature in my GIS layers. I have established a code to be able to process the JSON results which is created from our record management system. What I would like to do is to have the results to show up as a popup in my web application.