I am building an ArcGIS Online map and application with the intent of allowing the public to click a polygon and view a pop-up presenting a value calculated using ESRI Arcade.
The polygons are parcel data via REST. The calculated value is based upon proprietary data. I am using "FeatureSetByPortalItem" to access the proprietary data, it is not in the map.
I realize the proprietary data must be shared as public, but am wondering if the use of Arcade will prevent the user from getting direct access to the data. Can a user view the JSON or use other methods to obtain the link to the data? If so, is there any method to prevent this?
Thank you for any guidance you can provide!