I've inherited an experience builder app that displays tabular data based on the user clicking on the map.
The user selects a point, and the client performs spatial intersects with multiple feature layers to get data associated to that point.
We want to be able to generate a report that contains the data relevant to the selected map point, including fields from any of the intersected feature layers as well as a map print out of an extent surrounding the point.
We had looked at using a custom report template via ArcGSI Pro but it seems like this is intended to be used on statically defined data sets.
Am I wrong in that conclusion? If so, does esri offer any solutions to the problem im describing?