Does your tag names have a meaning? if not.You can set them using ascending numbers for example.And when you get the list sort it in a descending order using list utils.And select list item 1.
No I saw that in console it arranges the entries in alphabetical order so I added A in front of them to make it all equal.
Yeah, Format is A+AuthUID+time
I tried but it is giving other value
So we can order them by time?
First suppurate them by a separator @ for example.
Don’t use “/” or £ or $ etc…
Good Idea. When the user add the program will trigger Auid@time, right?
Like This:
Now how to suppurate it?
Right.Then you will split the tag at the @ seprator and select from the output list list item 2
Then use this method to sort with date and time.( its quite leangthy )
Using split text at and set at to @ you will get a list as an output.Select from the list item number 2
this one ??
Yes this one
Ok, then we have to sort it on the basis of time?
ok, can we do all this by just reversing the list and getting the index 1 and 2?
Yes you can but maybe it’s not ordered.But try it and see if it will work.
There is a shorter method if you sorted according to the time only.
How to do that?