I'm using a Python script to pull in records as features each day from an API that is being updated by others. Some of these features also have PNG images associated with them, so I have another script that downloads the images and adds them as attachments to the features using a related table.
I need the pop-ups in ArcGIS Pro to display the actual image, not just a thumbnail. I've successfully configured AGOL pop-up to show images using URLs, but haven't done it with related tables in Pro.
Is it possible to configure the pop-ups in an ArcGIS Pro feature class to show the actual PNG image from a related table? How do I go about doing this?
Thanks!