Hi, I am trying to create a pop-up field that will expedite the work flow of some things we are trying. I have an idea what I am trying to do but I am not sure if this is possible with Arcade.
Essentially we have a Layer that people will change based on status of an object. What I want is when that layer is changed to update another field of that object with the current date (Thinking Arcade Pop-Up Expression).
The issue I have run into is that once the date changes it changes to the current day or the layer is changed to something else, the Date gets removed.
My solution was for the Arcade Expression to do an IIF check to see if there is already a value and if so to keep it, otherwise it would update. My problem with this is I can't seem to find anyway for the IIF Statement to check the current value of the Expression.
Is what I am asking beyond the scope of AGOL and Arcade?