I am trying to create a dashboard that combines data from several layers in Arcade. I have access to the data through an internal Portal item or REST URL. I want to return values from the GIS editor tracking fields (created_user, last_edited_date, etc.).
After several failed attempts with an Arcade script, I realized that the problem is not the script itself, but that Arcade is not returning data from the editor tracking fields at all. The script can read and return data in the other fields. The data in the editor tracking fields is visible if I view the attribute table in a web map.
Does anyone have an idea of a solution? I don't have access to the source data so I can't populate a column with duplicate data.