I'm trying to build an ExpB site with a photo on the main page that changes every day.
I have created a feature layer on AGOL containing 31 rows. I have a field for DAY that contains integer values 1-31 for each day of the month. There is one photo stored as an attachment for each day.
In theory, I add an image widget to show attachments. I then set an expression to show the photo where DAY = Today's day.
I have tried for hours to get this work but not sure if it's even possible. Please can someone let me know if I'm flogging a dead horse or if there is indeed a way to make this work. I have tried various Arcade expressions but to no avail. The closest I think I got was using the image URL's but this seems overcomplicated for something that should be relatively easy to achieve. Any ideas or advice would be welcome 🙂