Hello There,
I have an application, ExB, with one layer. I tried to type Arcade expression to return to me the last date update (printscreen)
layer from https://services6.arcgis.com or from the included layer from aplication.
I don't know how to type a formula.
My tried:
"Last date update: " + Text(Date($dataSources('dataSource_1')), "MM.DD.YYYY")
Where layer ID it's dataSource_1 but not works, for layer name too, what's is wrong?
Do you know how to return the date?