It’s late and I’m tired, but is there really no easy way to get the second to last (previous) item of a list?
I started tinkering with setting a state to number of items -1 and then pulling the item number
of the state. But it didn’t work out as I hoped for in the end. Surely there has to be a simple way to do this? It’s just getting the previous item in a list for comparison… what the heck?
Edit: should mention that this is for a RG, so I think that would rule out expression as well.