I was of the understanding that the feature info pane was configured by the popup but i have an experience builder site that provides a small over view map and a lot of detail on intersections etc. in a html formatted popup the in the real application the popup is disabled as its two large and cumbersome for the popup box. There are a lot of arcade expressions involved and the popup seems to work perfectly. The issue I have experienced is that the Feature Info pane is not reflecting the popup the screen grab below illustrates. I reenabled the popup on the map to test and you can see the exclusion SMR field is populated in the popup but in the adjoining feature info pane I'm not getting a return.

The Arcade code is simple enough just looping through all the features that intersect two layers extracting the id's of any intersected features and then calculating, summing and returning the area of intersection in hectares as per the screen grab below.
It is interesting to note if I comment out from the for loop down as far as the first return and uncomment the second return the feature info pane populates as expected
I really need the area of intersection figure for the application to work otherwise it just means users will be measuring them themselves and inputting figures which is something that is prone to error and i would much prefer to avoid. If anyone has come across this or a similar issue and has a workaround I'd be grateful for a steer in the right direction
