Hello community,
I added a line featurelayer in Arcgis online with "timeFrom" and "timeTo" fields, and I want to hide the data from the map depending on that time period.
for example: timeFrom: "10:30", timeTo: "22:00",
I want to show all data on the map between the two times and hide the data outside that period for each row of data
Can this be done using Arcade, or is there another experience?