I keep track of the dates for a number of steps in a workflow which is a single entry in a Glide table.
Create Date
Cancel Date
Complete Date
Close Date
Convert Date
Latest Note Date
I would like to have a “Last Activity Date” which would be the latest Date from this set of Column data. I can put them all in an Array but not sure if that helps. I could go through a series of “compares/ITE” which would get to an answer. Not sure if there is a better/simpler/more elegant way to accomplish this.
Thanks…
